Html Css Color HEX #005590 Dark Cerulean

📋 copy color: '#005590'

red 0 ◦ green 85 ◦ blue 144

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

Shades of Dark Cerulean #005590

Tints of Dark Cerulean #005590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 62.88%

R = 0%
G = 37.12%
B = 62.88%

CMYK

 C value IS 1

 M value IS 0.41

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#005590 (or 0x005590) is known color: Dark Cerulean. HEX triplet: 00, 55 and 90. RGB value is (0,85,144). Sum of RGB (Red+Green+Blue) = 0+85+144=229 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 229); Green value is 85 (33.59% from 255 or 37.12% from 229); Blue value is 144 (56.64% from 255 or 62.88% from 229); Max value from RGB is 144 - color contains mainly: blue. Hex color #005590 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005590 is #FFAA6F. Grayscale: #414141. Windows color (decimal): -16755312 or 9458944. OLE color: 9458944.

HSL color Cylindrical-coordinate representation of color #005590: hue angle of 204.58º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005590 is Cyan = 1, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 0 85 144 -
CMYK 1 0.41 0 0.44
HSL 204.58º 1% 0.28% -
HSV(B) 204.58º 1% 0.56% -
XYZ 8.28 8.51 27.59 -
YUV 66.31 171.84 80.7 -
System Red Green Blue C M Y K H S L
Decimal 0 85 144 1 0.41 0 0.44 204.58 1 0.28
Hex 0 55 90 64 29 0 2C CD 64 1C
Octal 0 125 220 144 51 0 54 315 144 34
Binary 0 1010101 10010000 1100100 101001 0 101100 11001101 1100100 11100

Color Harmonies of #005590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005590

Black with #005590

Text Example


Text Example

White with #005590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005590; }

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

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

background-color css

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

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

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

border-color css

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

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

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