Html Css Color HEX #045057 Sherpa Blue

📋 copy color: '#045057'

red 4 ◦ green 80 ◦ blue 87

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

Shades of Sherpa Blue #045057

Tints of Sherpa Blue #045057

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 50.88%

R = 2.34%
G = 46.78%
B = 50.88%

CMYK

 C value IS 0.95

 M value IS 0.08

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#045057 (or 0x045057) is known color: Sherpa Blue. HEX triplet: 04, 50 and 57. RGB value is (4,80,87). Sum of RGB (Red+Green+Blue) = 4+80+87=171 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.34% from 171); Green value is 80 (31.64% from 255 or 46.78% from 171); Blue value is 87 (34.38% from 255 or 50.88% from 171); Max value from RGB is 87 - color contains mainly: blue. Hex color #045057 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045057 is #FBAFA8. Grayscale: #393939. Windows color (decimal): -16494505 or 5722116. OLE color: 5722116.

HSL color Cylindrical-coordinate representation of color #045057: hue angle of 185.06º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #045057 is Cyan = 0.95, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 4 80 87 -
CMYK 0.95 0.08 0 0.66
HSL 185.06º 0.91% 0.18% -
HSV(B) 185.06º 0.95% 0.34% -
XYZ 4.64 6.45 10.02 -
YUV 58.07 144.32 89.43 -
System Red Green Blue C M Y K H S L
Decimal 4 80 87 0.95 0.08 0 0.66 185.06 0.91 0.18
Hex 4 50 57 5F 8 0 42 B9 5B 12
Octal 4 120 127 137 10 0 102 271 133 22
Binary 100 1010000 1010111 1011111 1000 0 1000010 10111001 1011011 10010

Color Harmonies of #045057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045057

Black with #045057

Text Example


Text Example

White with #045057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045057; }

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

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

background-color css

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

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

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

border-color css

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

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

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