Html Css Color HEX #045275 Dark Cerulean

📋 copy color: '#045275'

red 4 ◦ green 82 ◦ blue 117

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

Shades of Dark Cerulean #045275

Tints of Dark Cerulean #045275

RGB

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

 GREEN value IS 82 (32.42% from 255) = 40.39%

 BLUE value IS 117 (46.09% from 255) = 57.64%

R = 1.97%
G = 40.39%
B = 57.64%

CMYK

 C value IS 0.97

 M value IS 0.30

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#045275 (or 0x045275) is known color: Dark Cerulean. HEX triplet: 04, 52 and 75. RGB value is (4,82,117). Sum of RGB (Red+Green+Blue) = 4+82+117=203 (26% of max value = 765). Red value is 4 (1.95% from 255 or 1.97% from 203); Green value is 82 (32.42% from 255 or 40.39% from 203); Blue value is 117 (46.09% from 255 or 57.64% from 203); Max value from RGB is 117 - color contains mainly: blue. Hex color #045275 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045275 is #FBAD8A. Grayscale: #3E3E3E. Windows color (decimal): -16493963 or 7688708. OLE color: 7688708.

HSL color Cylindrical-coordinate representation of color #045275: hue angle of 198.58º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #045275 is Cyan = 0.97, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 4 82 117 -
CMYK 0.97 0.30 0 0.54
HSL 198.58º 0.93% 0.24% -
HSV(B) 198.58º 0.97% 0.46% -
XYZ 6.28 7.34 17.92 -
YUV 62.67 158.66 86.15 -
System Red Green Blue C M Y K H S L
Decimal 4 82 117 0.97 0.30 0 0.54 198.58 0.93 0.24
Hex 4 52 75 61 1E 0 36 C7 5D 18
Octal 4 122 165 141 36 0 66 307 135 30
Binary 100 1010010 1110101 1100001 11110 0 110110 11000111 1011101 11000

Color Harmonies of #045275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045275

Black with #045275

Text Example


Text Example

White with #045275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045275; }

 p { color: rgb(4,82,117); }

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

background-color css

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

 a { background-color: rgb(4,82,117); }

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

border-color css

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

 span { border-color: rgb(4,82,117); }

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