Html Css Color HEX #0F359E Egyptian Blue

📋 copy color: '#0F359E'

red 15 ◦ green 53 ◦ blue 158

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

Shades of Egyptian Blue #0F359E

Tints of Egyptian Blue #0F359E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 23.45%

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

R = 6.64%
G = 23.45%
B = 69.91%

CMYK

 C value IS 0.91

 M value IS 0.66

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#0F359E (or 0x0F359E) is known color: Egyptian Blue. HEX triplet: 0F, 35 and 9E. RGB value is (15,53,158). Sum of RGB (Red+Green+Blue) = 15+53+158=226 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.64% from 226); Green value is 53 (21.09% from 255 or 23.45% from 226); Blue value is 158 (62.11% from 255 or 69.91% from 226); Max value from RGB is 158 - color contains mainly: blue. Hex color #0F359E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F359E is #F0CA61. Grayscale: #353535. Windows color (decimal): -15780450 or 10368271. OLE color: 10368271.

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

Color convert

RGB 15 53 158 -
CMYK 0.91 0.66 0 0.38
HSL 224.06º 0.83% 0.34% -
HSV(B) 224.06º 0.91% 0.62% -
XYZ 7.64 5.12 32.93 -
YUV 53.61 186.91 100.46 -
System Red Green Blue C M Y K H S L
Decimal 15 53 158 0.91 0.66 0 0.38 224.06 0.83 0.34
Hex F 35 9E 5B 42 0 26 E0 53 22
Octal 17 65 236 133 102 0 46 340 123 42
Binary 1111 110101 10011110 1011011 1000010 0 100110 11100000 1010011 100010

Color Harmonies of #0F359E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F359E

Black with #0F359E

Text Example


Text Example

White with #0F359E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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