Html Css Color HEX #066ABC Navy Blue

📋 copy color: '#066ABC'

red 6 ◦ green 106 ◦ blue 188

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

Shades of Navy Blue #066ABC

Tints of Navy Blue #066ABC

RGB

 RED value IS 6 (2.73% from 255) = 2%

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

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

R = 2%
G = 35.33%
B = 62.67%

CMYK

 C value IS 0.97

 M value IS 0.44

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#066ABC (or 0x066ABC) is known color: Navy Blue. HEX triplet: 06, 6A and BC. RGB value is (6,106,188). Sum of RGB (Red+Green+Blue) = 6+106+188=300 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2% from 300); Green value is 106 (41.80% from 255 or 35.33% from 300); Blue value is 188 (73.83% from 255 or 62.67% from 300); Max value from RGB is 188 - color contains mainly: blue. Hex color #066ABC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #066ABC is #F99543. Grayscale: #555555. Windows color (decimal): -16356676 or 12347910. OLE color: 12347910.

HSL color Cylindrical-coordinate representation of color #066ABC: hue angle of 207.03º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #066ABC is Cyan = 0.97, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 6 106 188 -
CMYK 0.97 0.44 0 0.26
HSL 207.03º 0.94% 0.38% -
HSV(B) 207.03º 0.97% 0.74% -
XYZ 14.31 13.98 49.52 -
YUV 85.45 185.87 71.33 -
System Red Green Blue C M Y K H S L
Decimal 6 106 188 0.97 0.44 0 0.26 207.03 0.94 0.38
Hex 6 6A BC 61 2C 0 1A CF 5E 26
Octal 6 152 274 141 54 0 32 317 136 46
Binary 110 1101010 10111100 1100001 101100 0 11010 11001111 1011110 100110

Color Harmonies of #066ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066ABC

Black with #066ABC

Text Example


Text Example

White with #066ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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