Html Css Color HEX #0660CC Navy Blue

📋 copy color: '#0660CC'

red 6 ◦ green 96 ◦ blue 204

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

Shades of Navy Blue #0660CC

Tints of Navy Blue #0660CC

RGB

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

 GREEN value IS 96 (37.89% from 255) = 31.37%

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

R = 1.96%
G = 31.37%
B = 66.67%

CMYK

 C value IS 0.97

 M value IS 0.53

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0660CC (or 0x0660CC) is known color: Navy Blue. HEX triplet: 06, 60 and CC. RGB value is (6,96,204). Sum of RGB (Red+Green+Blue) = 6+96+204=306 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.96% from 306); Green value is 96 (37.89% from 255 or 31.37% from 306); Blue value is 204 (80.08% from 255 or 66.67% from 306); Max value from RGB is 204 - color contains mainly: blue. Hex color #0660CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0660CC is #F99F33. Grayscale: #505050. Windows color (decimal): -16359220 or 13393926. OLE color: 13393926.

HSL color Cylindrical-coordinate representation of color #0660CC: hue angle of 212.73º 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 #0660CC is Cyan = 0.97, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 6 96 204 -
CMYK 0.97 0.53 0 0.2
HSL 212.73º 0.94% 0.41% -
HSV(B) 212.73º 0.97% 0.8% -
XYZ 15.16 12.76 58.79 -
YUV 81.4 197.18 74.22 -
System Red Green Blue C M Y K H S L
Decimal 6 96 204 0.97 0.53 0 0.2 212.73 0.94 0.41
Hex 6 60 CC 61 35 0 14 D5 5E 29
Octal 6 140 314 141 65 0 24 325 136 51
Binary 110 1100000 11001100 1100001 110101 0 10100 11010101 1011110 101001

Color Harmonies of #0660CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0660CC

Black with #0660CC

Text Example


Text Example

White with #0660CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0660CC; }

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

 H1.HeaderClassName
 {
   color: #0660CC;
 }
 .AnyTagClassName
 {
   color: #0660CC;
 }
</style>

background-color css

<style>
 a { background-color: #0660CC; }

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

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

border-color css

<style>
 span { border-color: #0660CC; }

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

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