Html Css Color HEX #0E76CA Navy Blue

📋 copy color: '#0E76CA'

red 14 ◦ green 118 ◦ blue 202

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

Shades of Navy Blue #0E76CA

Tints of Navy Blue #0E76CA

RGB

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

 GREEN value IS 118 (46.48% from 255) = 35.33%

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

R = 4.19%
G = 35.33%
B = 60.48%

CMYK

 C value IS 0.93

 M value IS 0.42

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0E76CA (or 0x0E76CA) is known color: Navy Blue. HEX triplet: 0E, 76 and CA. RGB value is (14,118,202). Sum of RGB (Red+Green+Blue) = 14+118+202=334 (44% of max value = 765). Red value is 14 (5.86% from 255 or 4.19% from 334); Green value is 118 (46.48% from 255 or 35.33% from 334); Blue value is 202 (79.30% from 255 or 60.48% from 334); Max value from RGB is 202 - color contains mainly: blue. Hex color #0E76CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E76CA is #F18935. Grayscale: #606060. Windows color (decimal): -15829302 or 13268494. OLE color: 13268494.

HSL color Cylindrical-coordinate representation of color #0E76CA: hue angle of 206.81º 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 #0E76CA is Cyan = 0.93, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 14 118 202 -
CMYK 0.93 0.42 0 0.21
HSL 206.81º 0.87% 0.42% -
HSV(B) 206.81º 0.93% 0.79% -
XYZ 17.32 17.31 58.31 -
YUV 96.48 187.54 69.17 -
System Red Green Blue C M Y K H S L
Decimal 14 118 202 0.93 0.42 0 0.21 206.81 0.87 0.42
Hex E 76 CA 5D 2A 0 15 CF 57 2A
Octal 16 166 312 135 52 0 25 317 127 52
Binary 1110 1110110 11001010 1011101 101010 0 10101 11001111 1010111 101010

Color Harmonies of #0E76CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E76CA

Black with #0E76CA

Text Example


Text Example

White with #0E76CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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