Html Css Color HEX #0F3196 Egyptian Blue

📋 copy color: '#0F3196'

red 15 ◦ green 49 ◦ blue 150

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

Shades of Egyptian Blue #0F3196

Tints of Egyptian Blue #0F3196

RGB

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

 GREEN value IS 49 (19.53% from 255) = 22.9%

 BLUE value IS 150 (58.98% from 255) = 70.09%

R = 7.01%
G = 22.9%
B = 70.09%

CMYK

 C value IS 0.9

 M value IS 0.67

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#0F3196 (or 0x0F3196) is known color: Egyptian Blue. HEX triplet: 0F, 31 and 96. RGB value is (15,49,150). Sum of RGB (Red+Green+Blue) = 15+49+150=214 (28% of max value = 765). Red value is 15 (6.25% from 255 or 7.01% from 214); Green value is 49 (19.53% from 255 or 22.90% from 214); Blue value is 150 (58.98% from 255 or 70.09% from 214); Max value from RGB is 150 - color contains mainly: blue. Hex color #0F3196 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F3196 is #F0CE69. Grayscale: #313131. Windows color (decimal): -15781482 or 9842959. OLE color: 9842959.

HSL color Cylindrical-coordinate representation of color #0F3196: hue angle of 224.89º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F3196 is Cyan = 0.9, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 15 49 150 -
CMYK 0.9 0.67 0 0.41
HSL 224.89º 0.82% 0.32% -
HSV(B) 224.89º 0.9% 0.59% -
XYZ 6.8 4.5 29.36 -
YUV 50.35 184.24 102.79 -
System Red Green Blue C M Y K H S L
Decimal 15 49 150 0.9 0.67 0 0.41 224.89 0.82 0.32
Hex F 31 96 5A 43 0 29 E1 52 20
Octal 17 61 226 132 103 0 51 341 122 40
Binary 1111 110001 10010110 1011010 1000011 0 101001 11100001 1010010 100000

Color Harmonies of #0F3196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3196

Black with #0F3196

Text Example


Text Example

White with #0F3196

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,49,150); }

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

background-color css

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

 a { background-color: rgb(15,49,150); }

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

border-color css

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

 span { border-color: rgb(15,49,150); }

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