Html Css Color HEX #0F289C Egyptian Blue

📋 copy color: '#0F289C'

red 15 ◦ green 40 ◦ blue 156

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

Shades of Egyptian Blue #0F289C

Tints of Egyptian Blue #0F289C

RGB

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

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

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

R = 7.11%
G = 18.96%
B = 73.93%

CMYK

 C value IS 0.90

 M value IS 0.74

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#0F289C (or 0x0F289C) is known color: Egyptian Blue. HEX triplet: 0F, 28 and 9C. RGB value is (15,40,156). Sum of RGB (Red+Green+Blue) = 15+40+156=211 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.11% from 211); Green value is 40 (16.02% from 255 or 18.96% from 211); Blue value is 156 (61.33% from 255 or 73.93% from 211); Max value from RGB is 156 - color contains mainly: blue. Hex color #0F289C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F289C is #F0D763. Grayscale: #2D2D2D. Windows color (decimal): -15783780 or 10233871. OLE color: 10233871.

HSL color Cylindrical-coordinate representation of color #0F289C: hue angle of 229.36º 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 #0F289C is Cyan = 0.90, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 15 40 156 -
CMYK 0.90 0.74 0 0.39
HSL 229.36º 0.82% 0.34% -
HSV(B) 229.36º 0.9% 0.61% -
XYZ 6.96 4.02 31.86 -
YUV 45.75 190.22 106.07 -
System Red Green Blue C M Y K H S L
Decimal 15 40 156 0.90 0.74 0 0.39 229.36 0.82 0.34
Hex F 28 9C 5A 4A 0 27 E5 52 22
Octal 17 50 234 132 112 0 47 345 122 42
Binary 1111 101000 10011100 1011010 1001010 0 100111 11100101 1010010 100010

Color Harmonies of #0F289C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F289C

Black with #0F289C

Text Example


Text Example

White with #0F289C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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