Html Css Color HEX #006ACE Navy Blue

📋 copy color: '#006ACE'

red 0 ◦ green 106 ◦ blue 206

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

Shades of Navy Blue #006ACE

Tints of Navy Blue #006ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 66.03%

R = 0%
G = 33.97%
B = 66.03%

CMYK

 C value IS 1

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#006ACE (or 0x006ACE) is known color: Navy Blue. HEX triplet: 00, 6A and CE. RGB value is (0,106,206). Sum of RGB (Red+Green+Blue) = 0+106+206=312 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 312); Green value is 106 (41.80% from 255 or 33.97% from 312); Blue value is 206 (80.86% from 255 or 66.03% from 312); Max value from RGB is 206 - color contains mainly: blue. Hex color #006ACE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006ACE is #FF9531. Grayscale: #555555. Windows color (decimal): -16749874 or 13527552. OLE color: 13527552.

HSL color Cylindrical-coordinate representation of color #006ACE: hue angle of 209.13º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006ACE is Cyan = 1, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 0 106 206 -
CMYK 1 0.49 0 0.19
HSL 209.13º 1% 0.4% -
HSV(B) 209.13º 1% 0.81% -
XYZ 16.29 14.76 60.38 -
YUV 85.71 195.88 66.87 -
System Red Green Blue C M Y K H S L
Decimal 0 106 206 1 0.49 0 0.19 209.13 1 0.4
Hex 0 6A CE 64 31 0 13 D1 64 28
Octal 0 152 316 144 61 0 23 321 144 50
Binary 0 1101010 11001110 1100100 110001 0 10011 11010001 1100100 101000

Color Harmonies of #006ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006ACE

Black with #006ACE

Text Example


Text Example

White with #006ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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