Html Css Color HEX #045389 Dark Cerulean

📋 copy color: '#045389'

red 4 ◦ green 83 ◦ blue 137

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

Shades of Dark Cerulean #045389

Tints of Dark Cerulean #045389

RGB

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

 GREEN value IS 83 (32.81% from 255) = 37.05%

 BLUE value IS 137 (53.91% from 255) = 61.16%

R = 1.79%
G = 37.05%
B = 61.16%

CMYK

 C value IS 0.97

 M value IS 0.39

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#045389 (or 0x045389) is known color: Dark Cerulean. HEX triplet: 04, 53 and 89. RGB value is (4,83,137). Sum of RGB (Red+Green+Blue) = 4+83+137=224 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.79% from 224); Green value is 83 (32.81% from 255 or 37.05% from 224); Blue value is 137 (53.91% from 255 or 61.16% from 224); Max value from RGB is 137 - color contains mainly: blue. Hex color #045389 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045389 is #FBAC76. Grayscale: #414141. Windows color (decimal): -16493687 or 8999684. OLE color: 8999684.

HSL color Cylindrical-coordinate representation of color #045389: hue angle of 204.36º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #045389 is Cyan = 0.97, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 4 83 137 -
CMYK 0.97 0.39 0 0.46
HSL 204.36º 0.94% 0.28% -
HSV(B) 204.36º 0.97% 0.54% -
XYZ 7.66 8.02 24.81 -
YUV 65.54 168.33 84.11 -
System Red Green Blue C M Y K H S L
Decimal 4 83 137 0.97 0.39 0 0.46 204.36 0.94 0.28
Hex 4 53 89 61 27 0 2E CC 5E 1C
Octal 4 123 211 141 47 0 56 314 136 34
Binary 100 1010011 10001001 1100001 100111 0 101110 11001100 1011110 11100

Color Harmonies of #045389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045389

Black with #045389

Text Example


Text Example

White with #045389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045389; }

 p { color: rgb(4,83,137); }

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

background-color css

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

 a { background-color: rgb(4,83,137); }

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

border-color css

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

 span { border-color: rgb(4,83,137); }

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