Html Css Color HEX #0F299C Egyptian Blue

📋 copy color: '#0F299C'

red 15 ◦ green 41 ◦ blue 156

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

Shades of Egyptian Blue #0F299C

Tints of Egyptian Blue #0F299C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.34%

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

R = 7.08%
G = 19.34%
B = 73.58%

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

#0F299C (or 0x0F299C) is known color: Egyptian Blue. HEX triplet: 0F, 29 and 9C. RGB value is (15,41,156). Sum of RGB (Red+Green+Blue) = 15+41+156=212 (28% of max value = 765). Red value is 15 (6.25% from 255 or 7.08% from 212); Green value is 41 (16.41% from 255 or 19.34% from 212); Blue value is 156 (61.33% from 255 or 73.58% from 212); Max value from RGB is 156 - color contains mainly: blue. Hex color #0F299C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F299C is #F0D663. Grayscale: #2D2D2D. Windows color (decimal): -15783524 or 10234127. OLE color: 10234127.

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

Color convert

RGB 15 41 156 -
CMYK 0.90 0.74 0 0.39
HSL 228.94º 0.82% 0.34% -
HSV(B) 228.94º 0.9% 0.61% -
XYZ 6.99 4.09 31.87 -
YUV 46.34 189.89 105.65 -
System Red Green Blue C M Y K H S L
Decimal 15 41 156 0.90 0.74 0 0.39 228.94 0.82 0.34
Hex F 29 9C 5A 4A 0 27 E5 52 22
Octal 17 51 234 132 112 0 47 345 122 42
Binary 1111 101001 10011100 1011010 1001010 0 100111 11100101 1010010 100010

Color Harmonies of #0F299C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F299C

Black with #0F299C

Text Example


Text Example

White with #0F299C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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