#0e65c9

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

Shades of Navy Blue #0E65C9

Tints of Navy Blue #0E65C9

Color information

#0E65C9 (or 0x0E65C9) is unknown color: approx Navy Blue. HEX triplet: 0E, 65 and C9. RGB value is (14,101,201). Sum of RGB (Red+Green+Blue) = 14+101+201=316 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.43% from 316); Green value is 101 (39.84% from 255 or 31.96% from 316); Blue value is 201 (78.91% from 255 or 63.61% from 316); Max value from RGB is 201 - color contains mainly: blue. Hex color #0E65C9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E65C9 is #F19A36. Grayscale: #555555. Windows color (decimal): -15833655 or 13198606. OLE color: 13198606.

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

Color convert

RGB14101201-
CMYK0.930.5000.21
HSL212.09º86.98%42.16%-
HSV(B)212.09º93.03%78.82%-
XYZ15.3813.6257.08-
YUV86.39192.6876.37-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.43%
GREEN value IS 101 (39.84% from 255) = 31.96%
BLUE value IS 201 (78.91% from 255) = 63.61%
R=4.43%
G=31.96%
B=63.61%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal141012010.930.5000.21212.0986.9842.16
HexE65C95D32015d4572a
Octal161453111356202532412752
Binary11101100101110010011011101110010010101110101001010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0e65c9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,101,201); }

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

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

 a { background-color: rgb(14,101,201); }

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

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

 span { border-color: rgb(14,101,201); }

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