Html Css Color HEX #045090 Dark Cerulean

📋 copy color: '#045090'

red 4 ◦ green 80 ◦ blue 144

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

Shades of Dark Cerulean #045090

Tints of Dark Cerulean #045090

RGB

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

 GREEN value IS 80 (31.64% from 255) = 35.09%

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

R = 1.75%
G = 35.09%
B = 63.16%

CMYK

 C value IS 0.97

 M value IS 0.44

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#045090 (or 0x045090) is known color: Dark Cerulean. HEX triplet: 04, 50 and 90. RGB value is (4,80,144). Sum of RGB (Red+Green+Blue) = 4+80+144=228 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.75% from 228); Green value is 80 (31.64% from 255 or 35.09% from 228); Blue value is 144 (56.64% from 255 or 63.16% from 228); Max value from RGB is 144 - color contains mainly: blue. Hex color #045090 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045090 is #FBAF6F. Grayscale: #404040. Windows color (decimal): -16494448 or 9457668. OLE color: 9457668.

HSL color Cylindrical-coordinate representation of color #045090: hue angle of 207.43º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #045090 is Cyan = 0.97, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 4 80 144 -
CMYK 0.97 0.44 0 0.44
HSL 207.43º 0.95% 0.29% -
HSV(B) 207.43º 0.97% 0.56% -
XYZ 7.95 7.78 27.47 -
YUV 64.57 172.82 84.8 -
System Red Green Blue C M Y K H S L
Decimal 4 80 144 0.97 0.44 0 0.44 207.43 0.95 0.29
Hex 4 50 90 61 2C 0 2C CF 5F 1D
Octal 4 120 220 141 54 0 54 317 137 35
Binary 100 1010000 10010000 1100001 101100 0 101100 11001111 1011111 11101

Color Harmonies of #045090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045090

Black with #045090

Text Example


Text Example

White with #045090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045090; }

 p { color: rgb(4,80,144); }

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

background-color css

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

 a { background-color: rgb(4,80,144); }

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

border-color css

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

 span { border-color: rgb(4,80,144); }

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