Html Css Color HEX #0A5251 Sherpa Blue

📋 copy color: '#0A5251'

red 10 ◦ green 82 ◦ blue 81

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

Shades of Sherpa Blue #0A5251

Tints of Sherpa Blue #0A5251

RGB

 RED value IS 10 (4.3% from 255) = 5.78%

 GREEN value IS 82 (32.42% from 255) = 47.4%

 BLUE value IS 81 (32.03% from 255) = 46.82%

R = 5.78%
G = 47.4%
B = 46.82%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.01

 K value IS 0.68

RGB Variations

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

Color information

#0A5251 (or 0x0A5251) is known color: Sherpa Blue. HEX triplet: 0A, 52 and 51. RGB value is (10,82,81). Sum of RGB (Red+Green+Blue) = 10+82+81=173 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.78% from 173); Green value is 82 (32.42% from 255 or 47.40% from 173); Blue value is 81 (32.03% from 255 or 46.82% from 173); Max value from RGB is 82 - color contains mainly: green. Hex color #0A5251 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A5251 is #F5ADAE. Grayscale: #3C3C3C. Windows color (decimal): -16100783 or 5329418. OLE color: 5329418.

HSL color Cylindrical-coordinate representation of color #0A5251: hue angle of 179.17º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A5251 is Cyan = 0.88, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.68.

Color convert

RGB 10 82 81 -
CMYK 0.88 0 0.01 0.68
HSL 179.17º 0.78% 0.18% -
HSV(B) 179.17º 0.88% 0.32% -
XYZ 4.63 6.69 8.83 -
YUV 60.36 139.65 92.08 -
System Red Green Blue C M Y K H S L
Decimal 10 82 81 0.88 0 0.01 0.68 179.17 0.78 0.18
Hex A 52 51 58 0 1 44 B3 4E 12
Octal 12 122 121 130 0 1 104 263 116 22
Binary 1010 1010010 1010001 1011000 0 1 1000100 10110011 1001110 10010

Color Harmonies of #0A5251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A5251

Black with #0A5251

Text Example


Text Example

White with #0A5251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A5251; }

 p { color: rgb(10,82,81); }

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

background-color css

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

 a { background-color: rgb(10,82,81); }

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

border-color css

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

 span { border-color: rgb(10,82,81); }

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