#0E69CA

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

Shades of Navy Blue #0E69CA

Tints of Navy Blue #0E69CA

Color information

#0E69CA (or 0x0E69CA) is unknown color: approx Navy Blue. HEX triplet: 0E, 69 and CA. RGB value is (14,105,202). Sum of RGB (Red+Green+Blue) = 14+105+202=321 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.36% from 321); Green value is 105 (41.41% from 255 or 32.71% from 321); Blue value is 202 (79.30% from 255 or 62.93% from 321); Max value from RGB is 202 - color contains mainly: blue. Hex color #0E69CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E69CA is #F19635. Grayscale: #585858. Windows color (decimal): -15832630 or 13265166. OLE color: 13265166.

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

Color convert

RGB14105202-
CMYK0.930.4800.21
HSL210.96º87.04%42.35%-
HSV(B)210.96º93.07%79.22%-
XYZ15.8914.4657.83-
YUV88.85191.8574.61-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.36%
GREEN value IS 105 (41.41% from 255) = 32.71%
BLUE value IS 202 (79.30% from 255) = 62.93%
R=4.36%
G=32.71%
B=62.93%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal141052020.930.4800.21210.9687.0442.35
HexE69CA5D30015d3572a
Octal161513121356002532312752
Binary11101101001110010101011101110000010101110100111010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E69CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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