Html Css Color HEX #045384 Dark Cerulean

📋 copy color: '#045384'

red 4 ◦ green 83 ◦ blue 132

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

Shades of Dark Cerulean #045384

Tints of Dark Cerulean #045384

RGB

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

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

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

R = 1.83%
G = 37.9%
B = 60.27%

CMYK

 C value IS 0.97

 M value IS 0.37

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#045384 (or 0x045384) is known color: Dark Cerulean. HEX triplet: 04, 53 and 84. RGB value is (4,83,132). Sum of RGB (Red+Green+Blue) = 4+83+132=219 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.83% from 219); Green value is 83 (32.81% from 255 or 37.90% from 219); Blue value is 132 (51.95% from 255 or 60.27% from 219); Max value from RGB is 132 - color contains mainly: blue. Hex color #045384 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045384 is #FBAC7B. Grayscale: #404040. Windows color (decimal): -16493692 or 8672004. OLE color: 8672004.

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

Color convert

RGB 4 83 132 -
CMYK 0.97 0.37 0 0.48
HSL 202.97º 0.94% 0.27% -
HSV(B) 202.97º 0.97% 0.52% -
XYZ 7.31 7.88 22.97 -
YUV 64.97 165.83 84.52 -
System Red Green Blue C M Y K H S L
Decimal 4 83 132 0.97 0.37 0 0.48 202.97 0.94 0.27
Hex 4 53 84 61 25 0 30 CB 5E 1B
Octal 4 123 204 141 45 0 60 313 136 33
Binary 100 1010011 10000100 1100001 100101 0 110000 11001011 1011110 11011

Color Harmonies of #045384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045384

Black with #045384

Text Example


Text Example

White with #045384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045384; }

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

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

background-color css

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

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

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

border-color css

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

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

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