#006EBF

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

Shades of Navy Blue #006EBF

Tints of Navy Blue #006EBF

Color information

#006EBF (or 0x006EBF) is unknown color: approx Navy Blue. HEX triplet: 00, 6E and BF. RGB value is (0,110,191). Sum of RGB (Red+Green+Blue) = 0+110+191=301 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 301); Green value is 110 (43.36% from 255 or 36.54% from 301); Blue value is 191 (75% from 255 or 63.46% from 301); Max value from RGB is 191 - color contains mainly: blue. Hex color #006EBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006EBF is #FF9140. Grayscale: #555555. Windows color (decimal): -16748865 or 12545536. OLE color: 12545536.

HSL color Cylindrical-coordinate representation of color #006EBF: hue angle of 205.45º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006EBF is Cyan = 1, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB0110191-
CMYK10.4200.25
HSL205.45º100%37.45%-
HSV(B)205.45º100%74.9%-
XYZ14.9814.9151.38-
YUV86.34187.0666.41-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 110 (43.36% from 255) = 36.54%
BLUE value IS 191 (75% from 255) = 63.46%
R=0%
G=36.54%
B=63.46%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal011019110.4200.25205.4510037.45
Hex06EBF642A019cd6425
Octal01562771445203131514445
Binary01101110101111111100100101010011001110011011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006EBF; }

 p { color: rgb(0,110,191); }

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

<style>
 a { background-color: #006EBF; }

 a { background-color: rgb(0,110,191); }

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

<style>
 span { border-color: #006EBF; }

 span { border-color: rgb(0,110,191); }

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