Html Css Color HEX #066CCC Navy Blue

📋 copy color: '#066CCC'

red 6 ◦ green 108 ◦ blue 204

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

Shades of Navy Blue #066CCC

Tints of Navy Blue #066CCC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 33.96%

 BLUE value IS 204 (80.08% from 255) = 64.15%

R = 1.89%
G = 33.96%
B = 64.15%

CMYK

 C value IS 0.97

 M value IS 0.47

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#066CCC (or 0x066CCC) is known color: Navy Blue. HEX triplet: 06, 6C and CC. RGB value is (6,108,204). Sum of RGB (Red+Green+Blue) = 6+108+204=318 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.89% from 318); Green value is 108 (42.58% from 255 or 33.96% from 318); Blue value is 204 (80.08% from 255 or 64.15% from 318); Max value from RGB is 204 - color contains mainly: blue. Hex color #066CCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #066CCC is #F99333. Grayscale: #575757. Windows color (decimal): -16356148 or 13396998. OLE color: 13396998.

HSL color Cylindrical-coordinate representation of color #066CCC: hue angle of 209.09º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #066CCC is Cyan = 0.97, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 6 108 204 -
CMYK 0.97 0.47 0 0.2
HSL 209.09º 0.94% 0.41% -
HSV(B) 209.09º 0.97% 0.8% -
XYZ 16.34 15.12 59.18 -
YUV 88.45 193.21 69.19 -
System Red Green Blue C M Y K H S L
Decimal 6 108 204 0.97 0.47 0 0.2 209.09 0.94 0.41
Hex 6 6C CC 61 2F 0 14 D1 5E 29
Octal 6 154 314 141 57 0 24 321 136 51
Binary 110 1101100 11001100 1100001 101111 0 10100 11010001 1011110 101001

Color Harmonies of #066CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066CCC

Black with #066CCC

Text Example


Text Example

White with #066CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,108,204); }

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

background-color css

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

 a { background-color: rgb(6,108,204); }

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

border-color css

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

 span { border-color: rgb(6,108,204); }

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