Html Css Color HEX #005146 Sherpa Blue

📋 copy color: '#005146'

red 0 ◦ green 81 ◦ blue 70

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

Shades of Sherpa Blue #005146

Tints of Sherpa Blue #005146

RGB

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

 GREEN value IS 81 (32.03% from 255) = 53.64%

 BLUE value IS 70 (27.73% from 255) = 46.36%

R = 0%
G = 53.64%
B = 46.36%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.14

 K value IS 0.68

RGB Variations

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

Color information

#005146 (or 0x005146) is known color: Sherpa Blue. HEX triplet: 00, 51 and 46. RGB value is (0,81,70). Sum of RGB (Red+Green+Blue) = 0+81+70=151 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 151); Green value is 81 (32.03% from 255 or 53.64% from 151); Blue value is 70 (27.73% from 255 or 46.36% from 151); Max value from RGB is 81 - color contains mainly: green. Hex color #005146 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005146 is #FFAEB9. Grayscale: #373737. Windows color (decimal): -16756410 or 4608256. OLE color: 4608256.

HSL color Cylindrical-coordinate representation of color #005146: hue angle of 171.85º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005146 is Cyan = 1, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.68.

Color convert

RGB 0 81 70 -
CMYK 1 0 0.14 0.68
HSL 171.85º 1% 0.16% -
HSV(B) 171.85º 1% 0.32% -
XYZ 4.05 6.33 6.8 -
YUV 55.53 136.16 88.39 -
System Red Green Blue C M Y K H S L
Decimal 0 81 70 1 0 0.14 0.68 171.85 1 0.16
Hex 0 51 46 64 0 E 44 AC 64 10
Octal 0 121 106 144 0 16 104 254 144 20
Binary 0 1010001 1000110 1100100 0 1110 1000100 10101100 1100100 10000

Color Harmonies of #005146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005146

Black with #005146

Text Example


Text Example

White with #005146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005146; }

 p { color: rgb(0,81,70); }

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

background-color css

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

 a { background-color: rgb(0,81,70); }

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

border-color css

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

 span { border-color: rgb(0,81,70); }

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