Html Css Color HEX #004890 Dark Cerulean

📋 copy color: '#004890'

red 0 ◦ green 72 ◦ blue 144

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

Shades of Dark Cerulean #004890

Tints of Dark Cerulean #004890

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 value IS 1

 M value IS 0.50

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#004890 (or 0x004890) is known color: 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

RGB 0 72 144 -
CMYK 1 0.50 0 0.44
HSL 210º 1% 0.28% -
HSV(B) 210º 1% 0.56% -
XYZ 7.35 6.65 27.28 -
YUV 58.68 176.15 86.15 -
System Red Green Blue C M Y K H S L
Decimal 0 72 144 1 0.50 0 0.44 210 1 0.28
Hex 0 48 90 64 32 0 2C D2 64 1C
Octal 0 110 220 144 62 0 54 322 144 34
Binary 0 1001000 10010000 1100100 110010 0 101100 11010010 1100100 11100

Color Harmonies of #004890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004890

Black with #004890

Text Example


Text Example

White with #004890

Text Example


Text Example

HTML Codes & Css Web 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>