#004890

Color #004890 Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #004890

Tints of Dark Cerulean #004890

Color information

#004890 (or 0x004890) is unknown color: approx Dark Cerulean. HEX triplet: 00, 48 and 90. RGB value is (0,72,144). Sum of RGB (Red+Green+Blue) = 0+72+144=216 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 216); Green value is 72 (28.52% from 255 or 33.33% from 216); Blue value is 144 (56.64% from 255 or 66.67% from 216); Max value from RGB is 144 - color contains mainly: blue. Hex color #004890 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004890 is #FFB76F. Grayscale: #3A3A3A. Windows color (decimal): -16758640 or 9455616. OLE color: 9455616.

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

Color convert

RGB072144-
CMYK10.5000.44
HSL210º100%28.24%-
HSV(B)210º100%56.47%-
XYZ7.356.6527.28-
YUV58.68176.1586.15-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 72 (28.52% from 255) = 33.33%
BLUE value IS 144 (56.64% from 255) = 66.67%
R=0%
G=33.33%
B=66.67%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal07214410.5000.4421010028.24
Hex04890643202Cd2641c
Octal01102201446205432214434
Binary01001000100100001100100110010010110011010010110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004890; }

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

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

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

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

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

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

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

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