Html Css Color HEX #006ABD Navy Blue

📋 copy color: '#006ABD'

red 0 ◦ green 106 ◦ blue 189

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

Shades of Navy Blue #006ABD

Tints of Navy Blue #006ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 64.07%

R = 0%
G = 35.93%
B = 64.07%

CMYK

 C value IS 1

 M value IS 0.44

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#006ABD (or 0x006ABD) is known color: Navy Blue. HEX triplet: 00, 6A and BD. RGB value is (0,106,189). Sum of RGB (Red+Green+Blue) = 0+106+189=295 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 295); Green value is 106 (41.80% from 255 or 35.93% from 295); Blue value is 189 (74.22% from 255 or 64.07% from 295); Max value from RGB is 189 - color contains mainly: blue. Hex color #006ABD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006ABD is #FF9542. Grayscale: #535353. Windows color (decimal): -16749891 or 12413440. OLE color: 12413440.

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

Color convert

RGB 0 106 189 -
CMYK 1 0.44 0 0.26
HSL 206.35º 1% 0.37% -
HSV(B) 206.35º 1% 0.74% -
XYZ 14.34 13.98 50.09 -
YUV 83.77 187.38 68.25 -
System Red Green Blue C M Y K H S L
Decimal 0 106 189 1 0.44 0 0.26 206.35 1 0.37
Hex 0 6A BD 64 2C 0 1A CE 64 25
Octal 0 152 275 144 54 0 32 316 144 45
Binary 0 1101010 10111101 1100100 101100 0 11010 11001110 1100100 100101

Color Harmonies of #006ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006ABD

Black with #006ABD

Text Example


Text Example

White with #006ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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