Html Css Color HEX #0E81CA Navy Blue

📋 copy color: '#0E81CA'

red 14 ◦ green 129 ◦ blue 202

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

Shades of Navy Blue #0E81CA

Tints of Navy Blue #0E81CA

RGB

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

 GREEN value IS 129 (50.78% from 255) = 37.39%

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

R = 4.06%
G = 37.39%
B = 58.55%

CMYK

 C value IS 0.93

 M value IS 0.36

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0E81CA (or 0x0E81CA) is known color: Navy Blue. HEX triplet: 0E, 81 and CA. RGB value is (14,129,202). Sum of RGB (Red+Green+Blue) = 14+129+202=345 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.06% from 345); Green value is 129 (50.78% from 255 or 37.39% from 345); Blue value is 202 (79.30% from 255 or 58.55% from 345); Max value from RGB is 202 - color contains mainly: blue. Hex color #0E81CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0E81CA is #F17E35. Grayscale: #666666. Windows color (decimal): -15826486 or 13271310. OLE color: 13271310.

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

Color convert

RGB 14 129 202 -
CMYK 0.93 0.36 0 0.21
HSL 203.3º 0.87% 0.42% -
HSV(B) 203.3º 0.93% 0.79% -
XYZ 18.69 20.06 58.76 -
YUV 102.94 183.9 64.56 -
System Red Green Blue C M Y K H S L
Decimal 14 129 202 0.93 0.36 0 0.21 203.3 0.87 0.42
Hex E 81 CA 5D 24 0 15 CB 57 2A
Octal 16 201 312 135 44 0 25 313 127 52
Binary 1110 10000001 11001010 1011101 100100 0 10101 11001011 1010111 101010

Color Harmonies of #0E81CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E81CA

Black with #0E81CA

Text Example


Text Example

White with #0E81CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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