#0e7fcf

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

Shades of Navy Blue #0E7FCF

Tints of Navy Blue #0E7FCF

Color information

#0E7FCF (or 0x0E7FCF) is unknown color: approx Navy Blue. HEX triplet: 0E, 7F and CF. RGB value is (14,127,207). Sum of RGB (Red+Green+Blue) = 14+127+207=348 (46% of max value = 765). Red value is 14 (5.86% from 255 or 4.02% from 348); Green value is 127 (50% from 255 or 36.49% from 348); Blue value is 207 (81.25% from 255 or 59.48% from 348); Max value from RGB is 207 - color contains mainly: blue. Hex color #0E7FCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E7FCF is #F18030. Grayscale: #656565. Windows color (decimal): -15826993 or 13598478. OLE color: 13598478.

HSL color Cylindrical-coordinate representation of color #0E7FCF: hue angle of 204.87º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E7FCF is Cyan = 0.93, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB14127207-
CMYK0.930.3900.19
HSL204.87º87.33%43.33%-
HSV(B)204.87º93.24%81.18%-
XYZ19.0319.7861.85-
YUV102.33187.0665-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.02%
GREEN value IS 127 (50% from 255) = 36.49%
BLUE value IS 207 (81.25% from 255) = 59.48%
R=4.02%
G=36.49%
B=59.48%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal141272070.930.3900.19204.8787.3343.33
HexE7FCF5D27013cd572b
Octal161773171354702331512753
Binary11101111111110011111011101100111010011110011011010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0e7fcf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,127,207); }

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

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

 a { background-color: rgb(14,127,207); }

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

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

 span { border-color: rgb(14,127,207); }

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