Html Css Color HEX #0E79CB Navy Blue

📋 copy color: '#0E79CB'

red 14 ◦ green 121 ◦ blue 203

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

Shades of Navy Blue #0E79CB

Tints of Navy Blue #0E79CB

RGB

 RED value IS 14 (5.86% from 255) = 4.14%

 GREEN value IS 121 (47.66% from 255) = 35.8%

 BLUE value IS 203 (79.69% from 255) = 60.06%

R = 4.14%
G = 35.8%
B = 60.06%

CMYK

 C value IS 0.93

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0E79CB (or 0x0E79CB) is known color: Navy Blue. HEX triplet: 0E, 79 and CB. RGB value is (14,121,203). Sum of RGB (Red+Green+Blue) = 14+121+203=338 (44% of max value = 765). Red value is 14 (5.86% from 255 or 4.14% from 338); Green value is 121 (47.66% from 255 or 35.80% from 338); Blue value is 203 (79.69% from 255 or 60.06% from 338); Max value from RGB is 203 - color contains mainly: blue. Hex color #0E79CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E79CB is #F18634. Grayscale: #616161. Windows color (decimal): -15828533 or 13334798. OLE color: 13334798.

HSL color Cylindrical-coordinate representation of color #0E79CB: hue angle of 206.03º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E79CB is Cyan = 0.93, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 14 121 203 -
CMYK 0.93 0.40 0 0.20
HSL 206.03º 0.87% 0.43% -
HSV(B) 206.03º 0.93% 0.8% -
XYZ 17.8 18.08 59.05 -
YUV 98.36 187.05 67.83 -
System Red Green Blue C M Y K H S L
Decimal 14 121 203 0.93 0.40 0 0.20 206.03 0.87 0.43
Hex E 79 CB 5D 28 0 14 CE 57 2B
Octal 16 171 313 135 50 0 24 316 127 53
Binary 1110 1111001 11001011 1011101 101000 0 10100 11001110 1010111 101011

Color Harmonies of #0E79CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E79CB

Black with #0E79CB

Text Example


Text Example

White with #0E79CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,121,203); }

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

background-color css

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

 a { background-color: rgb(14,121,203); }

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

border-color css

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

 span { border-color: rgb(14,121,203); }

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