Html Css Color HEX #0F2898 Egyptian Blue

📋 copy color: '#0F2898'

red 15 ◦ green 40 ◦ blue 152

#0F2898
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Egyptian Blue #0F2898

Tints of Egyptian Blue #0F2898

RGB

 RED value IS 15 (6.25% from 255) = 7.25%

 GREEN value IS 40 (16.02% from 255) = 19.32%

 BLUE value IS 152 (59.77% from 255) = 73.43%

R = 7.25%
G = 19.32%
B = 73.43%

CMYK

 C value IS 0.90

 M value IS 0.74

 Y value IS 0

 K value IS 0.40

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0F2898 (or 0x0F2898) is known color: Egyptian Blue. HEX triplet: 0F, 28 and 98. RGB value is (15,40,152). Sum of RGB (Red+Green+Blue) = 15+40+152=207 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.25% from 207); Green value is 40 (16.02% from 255 or 19.32% from 207); Blue value is 152 (59.77% from 255 or 73.43% from 207); Max value from RGB is 152 - color contains mainly: blue. Hex color #0F2898 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F2898 is #F0D767. Grayscale: #2C2C2C. Windows color (decimal): -15783784 or 9971727. OLE color: 9971727.

HSL color Cylindrical-coordinate representation of color #0F2898: hue angle of 229.05º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F2898 is Cyan = 0.90, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 15 40 152 -
CMYK 0.90 0.74 0 0.40
HSL 229.05º 0.82% 0.33% -
HSV(B) 229.05º 0.9% 0.6% -
XYZ 6.62 3.89 30.11 -
YUV 45.29 188.22 106.39 -
System Red Green Blue C M Y K H S L
Decimal 15 40 152 0.90 0.74 0 0.40 229.05 0.82 0.33
Hex F 28 98 5A 4A 0 28 E5 52 21
Octal 17 50 230 132 112 0 50 345 122 41
Binary 1111 101000 10011000 1011010 1001010 0 101000 11100101 1010010 100001

Color Harmonies of #0F2898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F2898

Black with #0F2898

Text Example


Text Example

White with #0F2898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0F2898; }

 p { color: rgb(15,40,152); }

 H1.HeaderClassName
 {
   color: #0F2898;
 }
 .AnyTagClassName
 {
   color: #0F2898;
 }
</style>

background-color css

<style>
 a { background-color: #0F2898; }

 a { background-color: rgb(15,40,152); }

 div.DivClassName
 {
   background-color: #0F2898;
 }
 .BgClassName
 {
   background-color: #0F2898;
 }
</style>

border-color css

<style>
 span { border-color: #0F2898; }

 span { border-color: rgb(15,40,152); }

 td.TdClassName
 {
   border-color: #0F2898;
 }
 .TagClassName
 {
   border-color: #0F2898;
 }
</style>