Html Css Color HEX #006ABC Navy Blue

📋 copy color: '#006ABC'

red 0 ◦ green 106 ◦ blue 188

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

Shades of Navy Blue #006ABC

Tints of Navy Blue #006ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 63.95%

R = 0%
G = 36.05%
B = 63.95%

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

#006ABC (or 0x006ABC) is known color: Navy Blue. HEX triplet: 00, 6A and BC. RGB value is (0,106,188). Sum of RGB (Red+Green+Blue) = 0+106+188=294 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 294); Green value is 106 (41.80% from 255 or 36.05% from 294); Blue value is 188 (73.83% from 255 or 63.95% from 294); Max value from RGB is 188 - color contains mainly: blue. Hex color #006ABC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006ABC is #FF9543. Grayscale: #535353. Windows color (decimal): -16749892 or 12347904. OLE color: 12347904.

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

Color convert

RGB 0 106 188 -
CMYK 1 0.44 0 0.26
HSL 206.17º 1% 0.37% -
HSV(B) 206.17º 1% 0.74% -
XYZ 14.23 13.94 49.52 -
YUV 83.65 186.88 68.33 -
System Red Green Blue C M Y K H S L
Decimal 0 106 188 1 0.44 0 0.26 206.17 1 0.37
Hex 0 6A BC 64 2C 0 1A CE 64 25
Octal 0 152 274 144 54 0 32 316 144 45
Binary 0 1101010 10111100 1100100 101100 0 11010 11001110 1100100 100101

Color Harmonies of #006ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006ABC

Black with #006ABC

Text Example


Text Example

White with #006ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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