Html Css Color HEX #0060CD Navy Blue

📋 copy color: '#0060CD'

red 0 ◦ green 96 ◦ blue 205

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

Shades of Navy Blue #0060CD

Tints of Navy Blue #0060CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 68.11%

R = 0%
G = 31.89%
B = 68.11%

CMYK

 C value IS 1

 M value IS 0.53

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0060CD (or 0x0060CD) is known color: Navy Blue. HEX triplet: 00, 60 and CD. RGB value is (0,96,205). Sum of RGB (Red+Green+Blue) = 0+96+205=301 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 301); Green value is 96 (37.89% from 255 or 31.89% from 301); Blue value is 205 (80.47% from 255 or 68.11% from 301); Max value from RGB is 205 - color contains mainly: blue. Hex color #0060CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0060CD is #FF9F32. Grayscale: #4F4F4F. Windows color (decimal): -16752435 or 13459456. OLE color: 13459456.

HSL color Cylindrical-coordinate representation of color #0060CD: hue angle of 211.9º 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 #0060CD is Cyan = 1, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 0 96 205 -
CMYK 1 0.53 0 0.20
HSL 211.9º 1% 0.4% -
HSV(B) 211.9º 1% 0.8% -
XYZ 15.2 12.77 59.42 -
YUV 79.72 198.7 71.14 -
System Red Green Blue C M Y K H S L
Decimal 0 96 205 1 0.53 0 0.20 211.9 1 0.4
Hex 0 60 CD 64 35 0 14 D4 64 28
Octal 0 140 315 144 65 0 24 324 144 50
Binary 0 1100000 11001101 1100100 110101 0 10100 11010100 1100100 101000

Color Harmonies of #0060CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0060CD

Black with #0060CD

Text Example


Text Example

White with #0060CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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