#006EBE

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

Shades of Navy Blue #006EBE

Tints of Navy Blue #006EBE

Color information

#006EBE (or 0x006EBE) is unknown color: approx Navy Blue. HEX triplet: 00, 6E and BE. RGB value is (0,110,190). Sum of RGB (Red+Green+Blue) = 0+110+190=300 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 300); Green value is 110 (43.36% from 255 or 36.67% from 300); Blue value is 190 (74.61% from 255 or 63.33% from 300); Max value from RGB is 190 - color contains mainly: blue. Hex color #006EBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006EBE is #FF9141. Grayscale: #555555. Windows color (decimal): -16748866 or 12480000. OLE color: 12480000.

HSL color Cylindrical-coordinate representation of color #006EBE: hue angle of 205.26º 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 #006EBE is Cyan = 1, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB0110190-
CMYK10.4200.25
HSL205.26º100%37.25%-
HSV(B)205.26º100%74.51%-
XYZ14.8714.8750.8-
YUV86.23186.5666.5-

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.67%
BLUE value IS 190 (74.61% from 255) = 63.33%
R=0%
G=36.67%
B=63.33%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal011019010.4200.25205.2610037.25
Hex06EBE642A019cd6425
Octal01562761445203131514445
Binary01101110101111101100100101010011001110011011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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