#055CDE

Color #055CDE Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #055CDE

Tints of Navy Blue #055CDE

Color information

#055CDE (or 0x055CDE) is unknown color: approx Navy Blue. HEX triplet: 05, 5C and DE. RGB value is (5,92,222). Sum of RGB (Red+Green+Blue) = 5+92+222=319 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.57% from 319); Green value is 92 (36.33% from 255 or 28.84% from 319); Blue value is 222 (87.11% from 255 or 69.59% from 319); Max value from RGB is 222 - color contains mainly: blue. Hex color #055CDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #055CDE is #FAA321. Grayscale: #505050. Windows color (decimal): -16425762 or 14572549. OLE color: 14572549.

HSL color Cylindrical-coordinate representation of color #055CDE: hue angle of 215.94º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #055CDE is Cyan = 0.98, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB592222-
CMYK0.980.5900.13
HSL215.94º95.59%44.51%-
HSV(B)215.94º97.75%87.06%-
XYZ17.0712.9670.71-
YUV80.81207.6873.93-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.57%
GREEN value IS 92 (36.33% from 255) = 28.84%
BLUE value IS 222 (87.11% from 255) = 69.59%
R=1.57%
G=28.84%
B=69.59%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal5922220.980.5900.13215.9495.5944.51
Hex55CDE623B0Dd8602d
Octal51343361427301533014055
Binary101101110011011110110001011101101101110110001100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055CDE; }

 p { color: rgb(5,92,222); }

 H1.HeaderClassName
 {
   color: #055CDE;
 }
 .AnyTagClassName
 {
   color: #055CDE;
 }
</style>
background-color css

<style>
 a { background-color: #055CDE; }

 a { background-color: rgb(5,92,222); }

 div.DivClassName
 {
   background-color: #055CDE;
 }
 .BgClassName
 {
   background-color: #055CDE;
 }
</style>
border-color css

<style>
 span { border-color: #055CDE; }

 span { border-color: rgb(5,92,222); }

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