Html Css Color HEX #045085 Dark Cerulean

📋 copy color: '#045085'

red 4 ◦ green 80 ◦ blue 133

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

Shades of Dark Cerulean #045085

Tints of Dark Cerulean #045085

RGB

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

 GREEN value IS 80 (31.64% from 255) = 36.87%

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

R = 1.84%
G = 36.87%
B = 61.29%

CMYK

 C value IS 0.97

 M value IS 0.40

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#045085 (or 0x045085) is known color: Dark Cerulean. HEX triplet: 04, 50 and 85. RGB value is (4,80,133). Sum of RGB (Red+Green+Blue) = 4+80+133=217 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.84% from 217); Green value is 80 (31.64% from 255 or 36.87% from 217); Blue value is 133 (52.34% from 255 or 61.29% from 217); Max value from RGB is 133 - color contains mainly: blue. Hex color #045085 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045085 is #FBAF7A. Grayscale: #3F3F3F. Windows color (decimal): -16494459 or 8736772. OLE color: 8736772.

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

Color convert

RGB 4 80 133 -
CMYK 0.97 0.40 0 0.48
HSL 204.65º 0.94% 0.27% -
HSV(B) 204.65º 0.97% 0.52% -
XYZ 7.15 7.46 23.25 -
YUV 63.32 167.32 85.69 -
System Red Green Blue C M Y K H S L
Decimal 4 80 133 0.97 0.40 0 0.48 204.65 0.94 0.27
Hex 4 50 85 61 28 0 30 CD 5E 1B
Octal 4 120 205 141 50 0 60 315 136 33
Binary 100 1010000 10000101 1100001 101000 0 110000 11001101 1011110 11011

Color Harmonies of #045085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045085

Black with #045085

Text Example


Text Example

White with #045085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045085; }

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

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

background-color css

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

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

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

border-color css

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

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

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