Html Css Color HEX #0F219E Egyptian Blue

📋 copy color: '#0F219E'

red 15 ◦ green 33 ◦ blue 158

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

Shades of Egyptian Blue #0F219E

Tints of Egyptian Blue #0F219E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.02%

 BLUE value IS 158 (62.11% from 255) = 76.7%

R = 7.28%
G = 16.02%
B = 76.7%

CMYK

 C value IS 0.91

 M value IS 0.79

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#0F219E (or 0x0F219E) is known color: Egyptian Blue. HEX triplet: 0F, 21 and 9E. RGB value is (15,33,158). Sum of RGB (Red+Green+Blue) = 15+33+158=206 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.28% from 206); Green value is 33 (13.28% from 255 or 16.02% from 206); Blue value is 158 (62.11% from 255 or 76.70% from 206); Max value from RGB is 158 - color contains mainly: blue. Hex color #0F219E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F219E is #F0DE61. Grayscale: #292929. Windows color (decimal): -15785570 or 10363151. OLE color: 10363151.

HSL color Cylindrical-coordinate representation of color #0F219E: hue angle of 232.45º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F219E is Cyan = 0.91, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 15 33 158 -
CMYK 0.91 0.79 0 0.38
HSL 232.45º 0.83% 0.34% -
HSV(B) 232.45º 0.91% 0.62% -
XYZ 6.91 3.66 32.69 -
YUV 41.87 193.54 108.84 -
System Red Green Blue C M Y K H S L
Decimal 15 33 158 0.91 0.79 0 0.38 232.45 0.83 0.34
Hex F 21 9E 5B 4F 0 26 E8 53 22
Octal 17 41 236 133 117 0 46 350 123 42
Binary 1111 100001 10011110 1011011 1001111 0 100110 11101000 1010011 100010

Color Harmonies of #0F219E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F219E

Black with #0F219E

Text Example


Text Example

White with #0F219E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,33,158); }

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

background-color css

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

 a { background-color: rgb(15,33,158); }

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

border-color css

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

 span { border-color: rgb(15,33,158); }

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