Html Css Color HEX #045485 Dark Cerulean

📋 copy color: '#045485'

red 4 ◦ green 84 ◦ blue 133

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

Shades of Dark Cerulean #045485

Tints of Dark Cerulean #045485

RGB

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

 GREEN value IS 84 (33.2% from 255) = 38.01%

 BLUE value IS 133 (52.34% from 255) = 60.18%

R = 1.81%
G = 38.01%
B = 60.18%

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

#045485 (or 0x045485) is known color: Dark Cerulean. HEX triplet: 04, 54 and 85. RGB value is (4,84,133). Sum of RGB (Red+Green+Blue) = 4+84+133=221 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.81% from 221); Green value is 84 (33.20% from 255 or 38.01% from 221); Blue value is 133 (52.34% from 255 or 60.18% from 221); Max value from RGB is 133 - color contains mainly: blue. Hex color #045485 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045485 is #FBAB7A. Grayscale: #414141. Windows color (decimal): -16493435 or 8737796. OLE color: 8737796.

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

Color convert

RGB 4 84 133 -
CMYK 0.97 0.37 0 0.48
HSL 202.79º 0.94% 0.27% -
HSV(B) 202.79º 0.97% 0.52% -
XYZ 7.45 8.06 23.35 -
YUV 65.67 166 84.02 -
System Red Green Blue C M Y K H S L
Decimal 4 84 133 0.97 0.37 0 0.48 202.79 0.94 0.27
Hex 4 54 85 61 25 0 30 CB 5E 1B
Octal 4 124 205 141 45 0 60 313 136 33
Binary 100 1010100 10000101 1100001 100101 0 110000 11001011 1011110 11011

Color Harmonies of #045485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045485

Black with #045485

Text Example


Text Example

White with #045485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045485; }

 p { color: rgb(4,84,133); }

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

background-color css

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

 a { background-color: rgb(4,84,133); }

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

border-color css

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

 span { border-color: rgb(4,84,133); }

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