Html Css Color HEX #0061CD Navy Blue

📋 copy color: '#0061CD'

red 0 ◦ green 97 ◦ blue 205

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

Shades of Navy Blue #0061CD

Tints of Navy Blue #0061CD

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.12%

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

R = 0%
G = 32.12%
B = 67.88%

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

#0061CD (or 0x0061CD) is known color: Navy Blue. HEX triplet: 00, 61 and CD. RGB value is (0,97,205). Sum of RGB (Red+Green+Blue) = 0+97+205=302 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 302); Green value is 97 (38.28% from 255 or 32.12% from 302); Blue value is 205 (80.47% from 255 or 67.88% from 302); Max value from RGB is 205 - color contains mainly: blue. Hex color #0061CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0061CD is #FF9E32. Grayscale: #4F4F4F. Windows color (decimal): -16752179 or 13459712. OLE color: 13459712.

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

Color convert

RGB 0 97 205 -
CMYK 1 0.53 0 0.20
HSL 211.61º 1% 0.4% -
HSV(B) 211.61º 1% 0.8% -
XYZ 15.29 12.96 59.45 -
YUV 80.31 198.36 70.72 -
System Red Green Blue C M Y K H S L
Decimal 0 97 205 1 0.53 0 0.20 211.61 1 0.4
Hex 0 61 CD 64 35 0 14 D4 64 28
Octal 0 141 315 144 65 0 24 324 144 50
Binary 0 1100001 11001101 1100100 110101 0 10100 11010100 1100100 101000

Color Harmonies of #0061CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0061CD

Black with #0061CD

Text Example


Text Example

White with #0061CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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