Html Css Color HEX #0055CD Navy Blue

📋 copy color: '#0055CD'

red 0 ◦ green 85 ◦ blue 205

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

Shades of Navy Blue #0055CD

Tints of Navy Blue #0055CD

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.31%

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

R = 0%
G = 29.31%
B = 70.69%

CMYK

 C value IS 1

 M value IS 0.59

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0055CD (or 0x0055CD) is known color: Navy Blue. HEX triplet: 00, 55 and CD. RGB value is (0,85,205). Sum of RGB (Red+Green+Blue) = 0+85+205=290 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 290); Green value is 85 (33.59% from 255 or 29.31% from 290); Blue value is 205 (80.47% from 255 or 70.69% from 290); Max value from RGB is 205 - color contains mainly: blue. Hex color #0055CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0055CD is #FFAA32. Grayscale: #484848. Windows color (decimal): -16755251 or 13456640. OLE color: 13456640.

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

Color convert

RGB 0 85 205 -
CMYK 1 0.59 0 0.20
HSL 215.12º 1% 0.4% -
HSV(B) 215.12º 1% 0.8% -
XYZ 14.27 10.9 59.11 -
YUV 73.27 202.34 75.74 -
System Red Green Blue C M Y K H S L
Decimal 0 85 205 1 0.59 0 0.20 215.12 1 0.4
Hex 0 55 CD 64 3B 0 14 D7 64 28
Octal 0 125 315 144 73 0 24 327 144 50
Binary 0 1010101 11001101 1100100 111011 0 10100 11010111 1100100 101000

Color Harmonies of #0055CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0055CD

Black with #0055CD

Text Example


Text Example

White with #0055CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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