Html Css Color HEX #004590 Dark Cerulean

📋 copy color: '#004590'

red 0 ◦ green 69 ◦ blue 144

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

Shades of Dark Cerulean #004590

Tints of Dark Cerulean #004590

RGB

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

 GREEN value IS 69 (27.34% from 255) = 32.39%

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

R = 0%
G = 32.39%
B = 67.61%

CMYK

 C value IS 1

 M value IS 0.52

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#004590 (or 0x004590) is known color: Dark Cerulean. HEX triplet: 00, 45 and 90. RGB value is (0,69,144). Sum of RGB (Red+Green+Blue) = 0+69+144=213 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 213); Green value is 69 (27.34% from 255 or 32.39% from 213); Blue value is 144 (56.64% from 255 or 67.61% from 213); Max value from RGB is 144 - color contains mainly: blue. Hex color #004590 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004590 is #FFBA6F. Grayscale: #383838. Windows color (decimal): -16759408 or 9454848. OLE color: 9454848.

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

Color convert

RGB 0 69 144 -
CMYK 1 0.52 0 0.44
HSL 211.25º 1% 0.28% -
HSV(B) 211.25º 1% 0.56% -
XYZ 7.16 6.27 27.22 -
YUV 56.92 177.14 87.4 -
System Red Green Blue C M Y K H S L
Decimal 0 69 144 1 0.52 0 0.44 211.25 1 0.28
Hex 0 45 90 64 34 0 2C D3 64 1C
Octal 0 105 220 144 64 0 54 323 144 34
Binary 0 1000101 10010000 1100100 110100 0 101100 11010011 1100100 11100

Color Harmonies of #004590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004590

Black with #004590

Text Example


Text Example

White with #004590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004590; }

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

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

background-color css

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

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

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

border-color css

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

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

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