Html Css Color HEX #045060 Sherpa Blue

📋 copy color: '#045060'

red 4 ◦ green 80 ◦ blue 96

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

Shades of Sherpa Blue #045060

Tints of Sherpa Blue #045060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 53.33%

R = 2.22%
G = 44.44%
B = 53.33%

CMYK

 C value IS 0.96

 M value IS 0.17

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#045060 (or 0x045060) is known color: Sherpa Blue. HEX triplet: 04, 50 and 60. RGB value is (4,80,96). Sum of RGB (Red+Green+Blue) = 4+80+96=180 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.22% from 180); Green value is 80 (31.64% from 255 or 44.44% from 180); Blue value is 96 (37.89% from 255 or 53.33% from 180); Max value from RGB is 96 - color contains mainly: blue. Hex color #045060 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045060 is #FBAF9F. Grayscale: #3A3A3A. Windows color (decimal): -16494496 or 6311940. OLE color: 6311940.

HSL color Cylindrical-coordinate representation of color #045060: hue angle of 190.43º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #045060 is Cyan = 0.96, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 4 80 96 -
CMYK 0.96 0.17 0 0.62
HSL 190.43º 0.92% 0.2% -
HSV(B) 190.43º 0.96% 0.38% -
XYZ 5.03 6.61 12.08 -
YUV 59.1 148.82 88.7 -
System Red Green Blue C M Y K H S L
Decimal 4 80 96 0.96 0.17 0 0.62 190.43 0.92 0.2
Hex 4 50 60 60 11 0 3E BE 5C 14
Octal 4 120 140 140 21 0 76 276 134 24
Binary 100 1010000 1100000 1100000 10001 0 111110 10111110 1011100 10100

Color Harmonies of #045060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045060

Black with #045060

Text Example


Text Example

White with #045060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045060; }

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

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

background-color css

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

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

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

border-color css

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

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

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