Html Css Color HEX #0E79CA Navy Blue

📋 copy color: '#0E79CA'

red 14 ◦ green 121 ◦ blue 202

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

Shades of Navy Blue #0E79CA

Tints of Navy Blue #0E79CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 59.94%

R = 4.15%
G = 35.91%
B = 59.94%

CMYK

 C value IS 0.93

 M value IS 0.40

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0E79CA (or 0x0E79CA) is known color: Navy Blue. HEX triplet: 0E, 79 and CA. RGB value is (14,121,202). Sum of RGB (Red+Green+Blue) = 14+121+202=337 (44% of max value = 765). Red value is 14 (5.86% from 255 or 4.15% from 337); Green value is 121 (47.66% from 255 or 35.91% from 337); Blue value is 202 (79.30% from 255 or 59.94% from 337); Max value from RGB is 202 - color contains mainly: blue. Hex color #0E79CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E79CA is #F18635. Grayscale: #616161. Windows color (decimal): -15828534 or 13269262. OLE color: 13269262.

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

Color convert

RGB 14 121 202 -
CMYK 0.93 0.40 0 0.21
HSL 205.85º 0.87% 0.42% -
HSV(B) 205.85º 0.93% 0.79% -
XYZ 17.68 18.03 58.43 -
YUV 98.24 186.55 67.91 -
System Red Green Blue C M Y K H S L
Decimal 14 121 202 0.93 0.40 0 0.21 205.85 0.87 0.42
Hex E 79 CA 5D 28 0 15 CE 57 2A
Octal 16 171 312 135 50 0 25 316 127 52
Binary 1110 1111001 11001010 1011101 101000 0 10101 11001110 1010111 101010

Color Harmonies of #0E79CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E79CA

Black with #0E79CA

Text Example


Text Example

White with #0E79CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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