#0e75d6

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

Shades of Navy Blue #0E75D6

Tints of Navy Blue #0E75D6

Color information

#0E75D6 (or 0x0E75D6) is unknown color: approx Navy Blue. HEX triplet: 0E, 75 and D6. RGB value is (14,117,214). Sum of RGB (Red+Green+Blue) = 14+117+214=345 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.06% from 345); Green value is 117 (46.09% from 255 or 33.91% from 345); Blue value is 214 (83.98% from 255 or 62.03% from 345); Max value from RGB is 214 - color contains mainly: blue. Hex color #0E75D6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E75D6 is #F18A29. Grayscale: #606060. Windows color (decimal): -15829546 or 14054670. OLE color: 14054670.

HSL color Cylindrical-coordinate representation of color #0E75D6: hue angle of 209.1º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E75D6 is Cyan = 0.93, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB14117214-
CMYK0.930.4500.16
HSL209.1º87.72%44.71%-
HSV(B)209.1º93.46%83.92%-
XYZ18.6817.6766.04-
YUV97.26193.8868.61-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.06%
GREEN value IS 117 (46.09% from 255) = 33.91%
BLUE value IS 214 (83.98% from 255) = 62.03%
R=4.06%
G=33.91%
B=62.03%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal141172140.930.4500.16209.187.7244.71
HexE75D65D2D010d1582d
Octal161653261355502032113055
Binary11101110101110101101011101101101010000110100011011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0e75d6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,117,214); }

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

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

 a { background-color: rgb(14,117,214); }

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

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

 span { border-color: rgb(14,117,214); }

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