Html Css Color HEX #005061 Sherpa Blue

📋 copy color: '#005061'

red 0 ◦ green 80 ◦ blue 97

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

Shades of Sherpa Blue #005061

Tints of Sherpa Blue #005061

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 97 (38.28% from 255) = 54.8%

R = 0%
G = 45.2%
B = 54.8%

CMYK

 C value IS 1

 M value IS 0.18

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#005061 (or 0x005061) is known color: Sherpa Blue. HEX triplet: 00, 50 and 61. RGB value is (0,80,97). Sum of RGB (Red+Green+Blue) = 0+80+97=177 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 177); Green value is 80 (31.64% from 255 or 45.20% from 177); Blue value is 97 (38.28% from 255 or 54.80% from 177); Max value from RGB is 97 - color contains mainly: blue. Hex color #005061 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005061 is #FFAF9E. Grayscale: #393939. Windows color (decimal): -16756639 or 6377472. OLE color: 6377472.

HSL color Cylindrical-coordinate representation of color #005061: hue angle of 190.52º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005061 is Cyan = 1, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 0 80 97 -
CMYK 1 0.18 0 0.62
HSL 190.52º 1% 0.19% -
HSV(B) 190.52º 1% 0.38% -
XYZ 5.03 6.6 12.32 -
YUV 58.02 150 86.62 -
System Red Green Blue C M Y K H S L
Decimal 0 80 97 1 0.18 0 0.62 190.52 1 0.19
Hex 0 50 61 64 12 0 3E BF 64 13
Octal 0 120 141 144 22 0 76 277 144 23
Binary 0 1010000 1100001 1100100 10010 0 111110 10111111 1100100 10011

Color Harmonies of #005061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005061

Black with #005061

Text Example


Text Example

White with #005061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005061; }

 p { color: rgb(0,80,97); }

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

background-color css

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

 a { background-color: rgb(0,80,97); }

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

border-color css

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

 span { border-color: rgb(0,80,97); }

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