Html Css Color HEX #0060CC Navy Blue

📋 copy color: '#0060CC'

red 0 ◦ green 96 ◦ blue 204

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

Shades of Navy Blue #0060CC

Tints of Navy Blue #0060CC

RGB

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

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

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

R = 0%
G = 32%
B = 68%

CMYK

 C value IS 1

 M value IS 0.53

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0060CC (or 0x0060CC) is known color: Navy Blue. HEX triplet: 00, 60 and CC. RGB value is (0,96,204). Sum of RGB (Red+Green+Blue) = 0+96+204=300 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 300); Green value is 96 (37.89% from 255 or 32% from 300); Blue value is 204 (80.08% from 255 or 68% from 300); Max value from RGB is 204 - color contains mainly: blue. Hex color #0060CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0060CC is #FF9F33. Grayscale: #4F4F4F. Windows color (decimal): -16752436 or 13393920. OLE color: 13393920.

HSL color Cylindrical-coordinate representation of color #0060CC: hue angle of 211.76º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0060CC is Cyan = 1, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 0 96 204 -
CMYK 1 0.53 0 0.2
HSL 211.76º 1% 0.4% -
HSV(B) 211.76º 1% 0.8% -
XYZ 15.08 12.73 58.79 -
YUV 79.61 198.2 71.22 -
System Red Green Blue C M Y K H S L
Decimal 0 96 204 1 0.53 0 0.2 211.76 1 0.4
Hex 0 60 CC 64 35 0 14 D4 64 28
Octal 0 140 314 144 65 0 24 324 144 50
Binary 0 1100000 11001100 1100100 110101 0 10100 11010100 1100100 101000

Color Harmonies of #0060CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0060CC

Black with #0060CC

Text Example


Text Example

White with #0060CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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