Html Css Color HEX #045289 Dark Cerulean

📋 copy color: '#045289'

red 4 ◦ green 82 ◦ blue 137

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

Shades of Dark Cerulean #045289

Tints of Dark Cerulean #045289

RGB

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

 GREEN value IS 82 (32.42% from 255) = 36.77%

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

R = 1.79%
G = 36.77%
B = 61.43%

CMYK

 C value IS 0.97

 M value IS 0.40

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#045289 (or 0x045289) is known color: Dark Cerulean. HEX triplet: 04, 52 and 89. RGB value is (4,82,137). Sum of RGB (Red+Green+Blue) = 4+82+137=223 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.79% from 223); Green value is 82 (32.42% from 255 or 36.77% from 223); Blue value is 137 (53.91% from 255 or 61.43% from 223); Max value from RGB is 137 - color contains mainly: blue. Hex color #045289 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045289 is #FBAD76. Grayscale: #404040. Windows color (decimal): -16493943 or 8999428. OLE color: 8999428.

HSL color Cylindrical-coordinate representation of color #045289: hue angle of 204.81º 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 #045289 is Cyan = 0.97, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 4 82 137 -
CMYK 0.97 0.40 0 0.46
HSL 204.81º 0.94% 0.28% -
HSV(B) 204.81º 0.97% 0.54% -
XYZ 7.58 7.87 24.79 -
YUV 64.95 168.66 84.53 -
System Red Green Blue C M Y K H S L
Decimal 4 82 137 0.97 0.40 0 0.46 204.81 0.94 0.28
Hex 4 52 89 61 28 0 2E CD 5E 1C
Octal 4 122 211 141 50 0 56 315 136 34
Binary 100 1010010 10001001 1100001 101000 0 101110 11001101 1011110 11100

Color Harmonies of #045289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045289

Black with #045289

Text Example


Text Example

White with #045289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045289; }

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

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

background-color css

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

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

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

border-color css

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

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

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