Html Css Color HEX #006ABB Navy Blue

📋 copy color: '#006ABB'

red 0 ◦ green 106 ◦ blue 187

#006ABB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy Blue #006ABB

Tints of Navy Blue #006ABB

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 106 (41.8% from 255) = 36.18%

 BLUE value IS 187 (73.44% from 255) = 63.82%

R = 0%
G = 36.18%
B = 63.82%

CMYK

 C value IS 1

 M value IS 0.43

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#006ABB (or 0x006ABB) is known color: Navy Blue. HEX triplet: 00, 6A and BB. RGB value is (0,106,187). Sum of RGB (Red+Green+Blue) = 0+106+187=293 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 293); Green value is 106 (41.80% from 255 or 36.18% from 293); Blue value is 187 (73.44% from 255 or 63.82% from 293); Max value from RGB is 187 - color contains mainly: blue. Hex color #006ABB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006ABB is #FF9544. Grayscale: #535353. Windows color (decimal): -16749893 or 12282368. OLE color: 12282368.

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

Color convert

RGB 0 106 187 -
CMYK 1 0.43 0 0.27
HSL 205.99º 1% 0.37% -
HSV(B) 205.99º 1% 0.73% -
XYZ 14.12 13.9 48.95 -
YUV 83.54 186.38 68.41 -
System Red Green Blue C M Y K H S L
Decimal 0 106 187 1 0.43 0 0.27 205.99 1 0.37
Hex 0 6A BB 64 2B 0 1B CE 64 25
Octal 0 152 273 144 53 0 33 316 144 45
Binary 0 1101010 10111011 1100100 101011 0 11011 11001110 1100100 100101

Color Harmonies of #006ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006ABB

Black with #006ABB

Text Example


Text Example

White with #006ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #006ABB;
 }
 .AnyTagClassName
 {
   color: #006ABB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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