Html Css Color HEX #005890 Dark Cerulean

📋 copy color: '#005890'

red 0 ◦ green 88 ◦ blue 144

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

Shades of Dark Cerulean #005890

Tints of Dark Cerulean #005890

RGB

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

 GREEN value IS 88 (34.77% from 255) = 37.93%

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

R = 0%
G = 37.93%
B = 62.07%

CMYK

 C value IS 1

 M value IS 0.39

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#005890 (or 0x005890) is known color: Dark Cerulean. HEX triplet: 00, 58 and 90. RGB value is (0,88,144). Sum of RGB (Red+Green+Blue) = 0+88+144=232 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 232); Green value is 88 (34.77% from 255 or 37.93% from 232); Blue value is 144 (56.64% from 255 or 62.07% from 232); Max value from RGB is 144 - color contains mainly: blue. Hex color #005890 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005890 is #FFA76F. Grayscale: #434343. Windows color (decimal): -16754544 or 9459712. OLE color: 9459712.

HSL color Cylindrical-coordinate representation of color #005890: hue angle of 203.33º 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 #005890 is Cyan = 1, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 0 88 144 -
CMYK 1 0.39 0 0.44
HSL 203.33º 1% 0.28% -
HSV(B) 203.33º 1% 0.56% -
XYZ 8.52 8.99 27.67 -
YUV 68.07 170.85 79.45 -
System Red Green Blue C M Y K H S L
Decimal 0 88 144 1 0.39 0 0.44 203.33 1 0.28
Hex 0 58 90 64 27 0 2C CB 64 1C
Octal 0 130 220 144 47 0 54 313 144 34
Binary 0 1011000 10010000 1100100 100111 0 101100 11001011 1100100 11100

Color Harmonies of #005890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005890

Black with #005890

Text Example


Text Example

White with #005890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005890; }

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

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

background-color css

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

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

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

border-color css

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

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

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