Html Css Color HEX #044582 Dark Cerulean

📋 copy color: '#044582'

red 4 ◦ green 69 ◦ blue 130

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

Shades of Dark Cerulean #044582

Tints of Dark Cerulean #044582

RGB

 RED value IS 4 (1.95% from 255) = 1.97%

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

 BLUE value IS 130 (51.17% from 255) = 64.04%

R = 1.97%
G = 33.99%
B = 64.04%

CMYK

 C value IS 0.97

 M value IS 0.47

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#044582 (or 0x044582) is known color: Dark Cerulean. HEX triplet: 04, 45 and 82. RGB value is (4,69,130). Sum of RGB (Red+Green+Blue) = 4+69+130=203 (26% of max value = 765). Red value is 4 (1.95% from 255 or 1.97% from 203); Green value is 69 (27.34% from 255 or 33.99% from 203); Blue value is 130 (51.17% from 255 or 64.04% from 203); Max value from RGB is 130 - color contains mainly: blue. Hex color #044582 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #044582 is #FBBA7D. Grayscale: #383838. Windows color (decimal): -16497278 or 8537348. OLE color: 8537348.

HSL color Cylindrical-coordinate representation of color #044582: hue angle of 209.05º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #044582 is Cyan = 0.97, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 4 69 130 -
CMYK 0.97 0.47 0 0.49
HSL 209.05º 0.94% 0.26% -
HSV(B) 209.05º 0.97% 0.51% -
XYZ 6.21 5.89 21.93 -
YUV 56.52 169.47 90.54 -
System Red Green Blue C M Y K H S L
Decimal 4 69 130 0.97 0.47 0 0.49 209.05 0.94 0.26
Hex 4 45 82 61 2F 0 31 D1 5E 1A
Octal 4 105 202 141 57 0 61 321 136 32
Binary 100 1000101 10000010 1100001 101111 0 110001 11010001 1011110 11010

Color Harmonies of #044582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044582

Black with #044582

Text Example


Text Example

White with #044582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044582; }

 p { color: rgb(4,69,130); }

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

background-color css

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

 a { background-color: rgb(4,69,130); }

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

border-color css

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

 span { border-color: rgb(4,69,130); }

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