Html Css Color HEX #0F439E Egyptian Blue

📋 copy color: '#0F439E'

red 15 ◦ green 67 ◦ blue 158

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

Shades of Egyptian Blue #0F439E

Tints of Egyptian Blue #0F439E

RGB

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

 GREEN value IS 67 (26.56% from 255) = 27.92%

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

R = 6.25%
G = 27.92%
B = 65.83%

CMYK

 C value IS 0.91

 M value IS 0.58

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#0F439E (or 0x0F439E) is known color: Egyptian Blue. HEX triplet: 0F, 43 and 9E. RGB value is (15,67,158). Sum of RGB (Red+Green+Blue) = 15+67+158=240 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.25% from 240); Green value is 67 (26.56% from 255 or 27.92% from 240); Blue value is 158 (62.11% from 255 or 65.83% from 240); Max value from RGB is 158 - color contains mainly: blue. Hex color #0F439E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F439E is #F0BC61. Grayscale: #3D3D3D. Windows color (decimal): -15776866 or 10371855. OLE color: 10371855.

HSL color Cylindrical-coordinate representation of color #0F439E: hue angle of 218.18º 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 #0F439E is Cyan = 0.91, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 15 67 158 -
CMYK 0.91 0.58 0 0.38
HSL 218.18º 0.83% 0.34% -
HSV(B) 218.18º 0.91% 0.62% -
XYZ 8.38 6.58 33.18 -
YUV 61.83 182.27 94.6 -
System Red Green Blue C M Y K H S L
Decimal 15 67 158 0.91 0.58 0 0.38 218.18 0.83 0.34
Hex F 43 9E 5B 3A 0 26 DA 53 22
Octal 17 103 236 133 72 0 46 332 123 42
Binary 1111 1000011 10011110 1011011 111010 0 100110 11011010 1010011 100010

Color Harmonies of #0F439E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F439E

Black with #0F439E

Text Example


Text Example

White with #0F439E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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