#0E71CC

Color #0E71CC Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #0E71CC

Tints of Navy Blue #0E71CC

Color information

#0E71CC (or 0x0E71CC) is unknown color: approx Navy Blue. HEX triplet: 0E, 71 and CC. RGB value is (14,113,204). Sum of RGB (Red+Green+Blue) = 14+113+204=331 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.23% from 331); Green value is 113 (44.53% from 255 or 34.14% from 331); Blue value is 204 (80.08% from 255 or 61.63% from 331); Max value from RGB is 204 - color contains mainly: blue. Hex color #0E71CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E71CC is #F18E33. Grayscale: #5D5D5D. Windows color (decimal): -15830580 or 13398286. OLE color: 13398286.

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

Color convert

RGB14113204-
CMYK0.930.4500.2
HSL208.74º87.16%42.75%-
HSV(B)208.74º93.14%80%-
XYZ16.9916.2659.37-
YUV93.77190.271.1-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.23%
GREEN value IS 113 (44.53% from 255) = 34.14%
BLUE value IS 204 (80.08% from 255) = 61.63%
R=4.23%
G=34.14%
B=61.63%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal141132040.930.4500.2208.7487.1642.75
HexE71CC5D2D014d1572b
Octal161613141355502432112753
Binary11101110001110011001011101101101010100110100011010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E71CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,113,204); }

 H1.HeaderClassName
 {
   color: #0E71CC;
 }
 .AnyTagClassName
 {
   color: #0E71CC;
 }
</style>
background-color css

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

 a { background-color: rgb(14,113,204); }

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

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

 span { border-color: rgb(14,113,204); }

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