Html Css Color HEX #0F339C Egyptian Blue

📋 copy color: '#0F339C'

red 15 ◦ green 51 ◦ blue 156

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

Shades of Egyptian Blue #0F339C

Tints of Egyptian Blue #0F339C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.97%

 BLUE value IS 156 (61.33% from 255) = 70.27%

R = 6.76%
G = 22.97%
B = 70.27%

CMYK

 C value IS 0.90

 M value IS 0.67

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#0F339C (or 0x0F339C) is known color: Egyptian Blue. HEX triplet: 0F, 33 and 9C. RGB value is (15,51,156). Sum of RGB (Red+Green+Blue) = 15+51+156=222 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.76% from 222); Green value is 51 (20.31% from 255 or 22.97% from 222); Blue value is 156 (61.33% from 255 or 70.27% from 222); Max value from RGB is 156 - color contains mainly: blue. Hex color #0F339C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F339C is #F0CC63. Grayscale: #333333. Windows color (decimal): -15780964 or 10236687. OLE color: 10236687.

HSL color Cylindrical-coordinate representation of color #0F339C: hue angle of 224.68º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F339C is Cyan = 0.90, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 15 51 156 -
CMYK 0.90 0.67 0 0.39
HSL 224.68º 0.82% 0.34% -
HSV(B) 224.68º 0.9% 0.61% -
XYZ 7.38 4.87 32 -
YUV 52.21 186.57 101.46 -
System Red Green Blue C M Y K H S L
Decimal 15 51 156 0.90 0.67 0 0.39 224.68 0.82 0.34
Hex F 33 9C 5A 43 0 27 E1 52 22
Octal 17 63 234 132 103 0 47 341 122 42
Binary 1111 110011 10011100 1011010 1000011 0 100111 11100001 1010010 100010

Color Harmonies of #0F339C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F339C

Black with #0F339C

Text Example


Text Example

White with #0F339C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,51,156); }

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

background-color css

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

 a { background-color: rgb(15,51,156); }

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

border-color css

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

 span { border-color: rgb(15,51,156); }

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