Html Css Color HEX #006AB9 Navy Blue

📋 copy color: '#006AB9'

red 0 ◦ green 106 ◦ blue 185

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

Shades of Navy Blue #006AB9

Tints of Navy Blue #006AB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 63.57%

R = 0%
G = 36.43%
B = 63.57%

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

#006AB9 (or 0x006AB9) is known color: Navy Blue. HEX triplet: 00, 6A and B9. RGB value is (0,106,185). Sum of RGB (Red+Green+Blue) = 0+106+185=291 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 291); Green value is 106 (41.80% from 255 or 36.43% from 291); Blue value is 185 (72.66% from 255 or 63.57% from 291); Max value from RGB is 185 - color contains mainly: blue. Hex color #006AB9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006AB9 is #FF9546. Grayscale: #525252. Windows color (decimal): -16749895 or 12151296. OLE color: 12151296.

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

Color convert

RGB 0 106 185 -
CMYK 1 0.43 0 0.27
HSL 205.62º 1% 0.36% -
HSV(B) 205.62º 1% 0.73% -
XYZ 13.91 13.81 47.83 -
YUV 83.31 185.38 68.58 -
System Red Green Blue C M Y K H S L
Decimal 0 106 185 1 0.43 0 0.27 205.62 1 0.36
Hex 0 6A B9 64 2B 0 1B CE 64 24
Octal 0 152 271 144 53 0 33 316 144 44
Binary 0 1101010 10111001 1100100 101011 0 11011 11001110 1100100 100100

Color Harmonies of #006AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006AB9

Black with #006AB9

Text Example


Text Example

White with #006AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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