Html Css Color HEX #0555CD Navy Blue

📋 copy color: '#0555CD'

red 5 ◦ green 85 ◦ blue 205

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

Shades of Navy Blue #0555CD

Tints of Navy Blue #0555CD

RGB

 RED value IS 5 (2.34% from 255) = 1.69%

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

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

R = 1.69%
G = 28.81%
B = 69.49%

CMYK

 C value IS 0.98

 M value IS 0.59

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0555CD (or 0x0555CD) is known color: Navy Blue. HEX triplet: 05, 55 and CD. RGB value is (5,85,205). Sum of RGB (Red+Green+Blue) = 5+85+205=295 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.69% from 295); Green value is 85 (33.59% from 255 or 28.81% from 295); Blue value is 205 (80.47% from 255 or 69.49% from 295); Max value from RGB is 205 - color contains mainly: blue. Hex color #0555CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0555CD is #FAAA32. Grayscale: #4A4A4A. Windows color (decimal): -16427571 or 13456645. OLE color: 13456645.

HSL color Cylindrical-coordinate representation of color #0555CD: hue angle of 216º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0555CD is Cyan = 0.98, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 5 85 205 -
CMYK 0.98 0.59 0 0.20
HSL 216º 0.95% 0.41% -
HSV(B) 216º 0.98% 0.8% -
XYZ 14.33 10.94 59.11 -
YUV 74.76 201.5 78.24 -
System Red Green Blue C M Y K H S L
Decimal 5 85 205 0.98 0.59 0 0.20 216 0.95 0.41
Hex 5 55 CD 62 3B 0 14 D8 5F 29
Octal 5 125 315 142 73 0 24 330 137 51
Binary 101 1010101 11001101 1100010 111011 0 10100 11011000 1011111 101001

Color Harmonies of #0555CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0555CD

Black with #0555CD

Text Example


Text Example

White with #0555CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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