Html Css Color HEX #006ABF Navy Blue

📋 copy color: '#006ABF'

red 0 ◦ green 106 ◦ blue 191

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

Shades of Navy Blue #006ABF

Tints of Navy Blue #006ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 64.31%

R = 0%
G = 35.69%
B = 64.31%

CMYK

 C value IS 1

 M value IS 0.45

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#006ABF (or 0x006ABF) is known color: Navy Blue. HEX triplet: 00, 6A and BF. RGB value is (0,106,191). Sum of RGB (Red+Green+Blue) = 0+106+191=297 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 297); Green value is 106 (41.80% from 255 or 35.69% from 297); Blue value is 191 (75% from 255 or 64.31% from 297); Max value from RGB is 191 - color contains mainly: blue. Hex color #006ABF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006ABF is #FF9540. Grayscale: #535353. Windows color (decimal): -16749889 or 12544512. OLE color: 12544512.

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

Color convert

RGB 0 106 191 -
CMYK 1 0.45 0 0.25
HSL 206.7º 1% 0.37% -
HSV(B) 206.7º 1% 0.75% -
XYZ 14.56 14.07 51.24 -
YUV 84 188.38 68.09 -
System Red Green Blue C M Y K H S L
Decimal 0 106 191 1 0.45 0 0.25 206.7 1 0.37
Hex 0 6A BF 64 2D 0 19 CF 64 25
Octal 0 152 277 144 55 0 31 317 144 45
Binary 0 1101010 10111111 1100100 101101 0 11001 11001111 1100100 100101

Color Harmonies of #006ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006ABF

Black with #006ABF

Text Example


Text Example

White with #006ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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