Html Css Color HEX #045059 Sherpa Blue

📋 copy color: '#045059'

red 4 ◦ green 80 ◦ blue 89

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

Shades of Sherpa Blue #045059

Tints of Sherpa Blue #045059

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 51.45%

R = 2.31%
G = 46.24%
B = 51.45%

CMYK

 C value IS 0.96

 M value IS 0.10

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#045059 (or 0x045059) is known color: Sherpa Blue. HEX triplet: 04, 50 and 59. RGB value is (4,80,89). Sum of RGB (Red+Green+Blue) = 4+80+89=173 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.31% from 173); Green value is 80 (31.64% from 255 or 46.24% from 173); Blue value is 89 (35.16% from 255 or 51.45% from 173); Max value from RGB is 89 - color contains mainly: blue. Hex color #045059 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045059 is #FBAFA6. Grayscale: #3A3A3A. Windows color (decimal): -16494503 or 5853188. OLE color: 5853188.

HSL color Cylindrical-coordinate representation of color #045059: hue angle of 186.35º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #045059 is Cyan = 0.96, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 4 80 89 -
CMYK 0.96 0.10 0 0.65
HSL 186.35º 0.91% 0.18% -
HSV(B) 186.35º 0.96% 0.35% -
XYZ 4.72 6.48 10.45 -
YUV 58.3 145.32 89.27 -
System Red Green Blue C M Y K H S L
Decimal 4 80 89 0.96 0.10 0 0.65 186.35 0.91 0.18
Hex 4 50 59 60 A 0 41 BA 5B 12
Octal 4 120 131 140 12 0 101 272 133 22
Binary 100 1010000 1011001 1100000 1010 0 1000001 10111010 1011011 10010

Color Harmonies of #045059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045059

Black with #045059

Text Example


Text Example

White with #045059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045059; }

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

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

background-color css

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

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

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

border-color css

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

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

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