Html Css Color HEX #004990 Dark Cerulean

📋 copy color: '#004990'

red 0 ◦ green 73 ◦ blue 144

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

Shades of Dark Cerulean #004990

Tints of Dark Cerulean #004990

RGB

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

 GREEN value IS 73 (28.91% from 255) = 33.64%

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

R = 0%
G = 33.64%
B = 66.36%

CMYK

 C value IS 1

 M value IS 0.49

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#004990 (or 0x004990) is known color: Dark Cerulean. HEX triplet: 00, 49 and 90. RGB value is (0,73,144). Sum of RGB (Red+Green+Blue) = 0+73+144=217 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 217); Green value is 73 (28.91% from 255 or 33.64% from 217); Blue value is 144 (56.64% from 255 or 66.36% from 217); Max value from RGB is 144 - color contains mainly: blue. Hex color #004990 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004990 is #FFB66F. Grayscale: #3A3A3A. Windows color (decimal): -16758384 or 9455872. OLE color: 9455872.

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

Color convert

RGB 0 73 144 -
CMYK 1 0.49 0 0.44
HSL 209.58º 1% 0.28% -
HSV(B) 209.58º 1% 0.56% -
XYZ 7.42 6.78 27.3 -
YUV 59.27 175.82 85.73 -
System Red Green Blue C M Y K H S L
Decimal 0 73 144 1 0.49 0 0.44 209.58 1 0.28
Hex 0 49 90 64 31 0 2C D2 64 1C
Octal 0 111 220 144 61 0 54 322 144 34
Binary 0 1001001 10010000 1100100 110001 0 101100 11010010 1100100 11100

Color Harmonies of #004990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004990

Black with #004990

Text Example


Text Example

White with #004990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004990; }

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

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

background-color css

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

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

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

border-color css

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

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

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