Html Css Color HEX #045184 Dark Cerulean

📋 copy color: '#045184'

red 4 ◦ green 81 ◦ blue 132

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

Shades of Dark Cerulean #045184

Tints of Dark Cerulean #045184

RGB

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

 GREEN value IS 81 (32.03% from 255) = 37.33%

 BLUE value IS 132 (51.95% from 255) = 60.83%

R = 1.84%
G = 37.33%
B = 60.83%

CMYK

 C value IS 0.97

 M value IS 0.39

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#045184 (or 0x045184) is known color: Dark Cerulean. HEX triplet: 04, 51 and 84. RGB value is (4,81,132). Sum of RGB (Red+Green+Blue) = 4+81+132=217 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.84% from 217); Green value is 81 (32.03% from 255 or 37.33% from 217); Blue value is 132 (51.95% from 255 or 60.83% from 217); Max value from RGB is 132 - color contains mainly: blue. Hex color #045184 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045184 is #FBAE7B. Grayscale: #3F3F3F. Windows color (decimal): -16494204 or 8671492. OLE color: 8671492.

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

Color convert

RGB 4 81 132 -
CMYK 0.97 0.39 0 0.48
HSL 203.91º 0.94% 0.27% -
HSV(B) 203.91º 0.97% 0.52% -
XYZ 7.16 7.58 22.92 -
YUV 63.79 166.49 85.35 -
System Red Green Blue C M Y K H S L
Decimal 4 81 132 0.97 0.39 0 0.48 203.91 0.94 0.27
Hex 4 51 84 61 27 0 30 CC 5E 1B
Octal 4 121 204 141 47 0 60 314 136 33
Binary 100 1010001 10000100 1100001 100111 0 110000 11001100 1011110 11011

Color Harmonies of #045184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045184

Black with #045184

Text Example


Text Example

White with #045184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045184; }

 p { color: rgb(4,81,132); }

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

background-color css

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

 a { background-color: rgb(4,81,132); }

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

border-color css

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

 span { border-color: rgb(4,81,132); }

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