#006DBB

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

Shades of Navy Blue #006DBB

Tints of Navy Blue #006DBB

Color information

#006DBB (or 0x006DBB) is unknown color: approx Navy Blue. HEX triplet: 00, 6D and BB. RGB value is (0,109,187). Sum of RGB (Red+Green+Blue) = 0+109+187=296 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 296); Green value is 109 (42.97% from 255 or 36.82% from 296); Blue value is 187 (73.44% from 255 or 63.18% from 296); Max value from RGB is 187 - color contains mainly: blue. Hex color #006DBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006DBB is #FF9244. Grayscale: #545454. Windows color (decimal): -16749125 or 12283136. OLE color: 12283136.

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

Color convert

RGB0109187-
CMYK10.4200.27
HSL205.03º100%36.67%-
HSV(B)205.03º100%73.33%-
XYZ14.4414.5349.06-
YUV85.3185.3967.16-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 109 (42.97% from 255) = 36.82%
BLUE value IS 187 (73.44% from 255) = 63.18%
R=0%
G=36.82%
B=63.18%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal010918710.4200.27205.0310036.67
Hex06DBB642A01Bcd6425
Octal01552731445203331514445
Binary01101101101110111100100101010011011110011011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,109,187); }

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

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

 a { background-color: rgb(0,109,187); }

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

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

 span { border-color: rgb(0,109,187); }

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