Html Css Color HEX #045A85 Dark Cerulean

📋 copy color: '#045A85'

red 4 ◦ green 90 ◦ blue 133

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

Shades of Dark Cerulean #045A85

Tints of Dark Cerulean #045A85

RGB

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

 GREEN value IS 90 (35.55% from 255) = 39.65%

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

R = 1.76%
G = 39.65%
B = 58.59%

CMYK

 C value IS 0.97

 M value IS 0.32

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#045A85 (or 0x045A85) is known color: Dark Cerulean. HEX triplet: 04, 5A and 85. RGB value is (4,90,133). Sum of RGB (Red+Green+Blue) = 4+90+133=227 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.76% from 227); Green value is 90 (35.55% from 255 or 39.65% from 227); Blue value is 133 (52.34% from 255 or 58.59% from 227); Max value from RGB is 133 - color contains mainly: blue. Hex color #045A85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045A85 is #FBA57A. Grayscale: #444444. Windows color (decimal): -16491899 or 8739332. OLE color: 8739332.

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

Color convert

RGB 4 90 133 -
CMYK 0.97 0.32 0 0.48
HSL 200º 0.94% 0.27% -
HSV(B) 200º 0.97% 0.52% -
XYZ 7.94 9.03 23.52 -
YUV 69.19 164.01 81.5 -
System Red Green Blue C M Y K H S L
Decimal 4 90 133 0.97 0.32 0 0.48 200 0.94 0.27
Hex 4 5A 85 61 20 0 30 C8 5E 1B
Octal 4 132 205 141 40 0 60 310 136 33
Binary 100 1011010 10000101 1100001 100000 0 110000 11001000 1011110 11011

Color Harmonies of #045A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045A85

Black with #045A85

Text Example


Text Example

White with #045A85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045A85; }

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

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

background-color css

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

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

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

border-color css

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

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

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