Html Css Color HEX #066CC3 Navy Blue

📋 copy color: '#066CC3'

red 6 ◦ green 108 ◦ blue 195

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

Shades of Navy Blue #066CC3

Tints of Navy Blue #066CC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 63.11%

R = 1.94%
G = 34.95%
B = 63.11%

CMYK

 C value IS 0.97

 M value IS 0.45

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#066CC3 (or 0x066CC3) is known color: Navy Blue. HEX triplet: 06, 6C and C3. RGB value is (6,108,195). Sum of RGB (Red+Green+Blue) = 6+108+195=309 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.94% from 309); Green value is 108 (42.58% from 255 or 34.95% from 309); Blue value is 195 (76.56% from 255 or 63.11% from 309); Max value from RGB is 195 - color contains mainly: blue. Hex color #066CC3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #066CC3 is #F9933C. Grayscale: #565656. Windows color (decimal): -16356157 or 12807174. OLE color: 12807174.

HSL color Cylindrical-coordinate representation of color #066CC3: hue angle of 207.62º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #066CC3 is Cyan = 0.97, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 6 108 195 -
CMYK 0.97 0.45 0 0.24
HSL 207.62º 0.94% 0.39% -
HSV(B) 207.62º 0.97% 0.76% -
XYZ 15.29 14.7 53.66 -
YUV 87.42 188.71 69.93 -
System Red Green Blue C M Y K H S L
Decimal 6 108 195 0.97 0.45 0 0.24 207.62 0.94 0.39
Hex 6 6C C3 61 2D 0 18 D0 5E 27
Octal 6 154 303 141 55 0 30 320 136 47
Binary 110 1101100 11000011 1100001 101101 0 11000 11010000 1011110 100111

Color Harmonies of #066CC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066CC3

Black with #066CC3

Text Example


Text Example

White with #066CC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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