Html Css Color HEX #0A5351 Sherpa Blue

📋 copy color: '#0A5351'

red 10 ◦ green 83 ◦ blue 81

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

Shades of Sherpa Blue #0A5351

Tints of Sherpa Blue #0A5351

RGB

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

 GREEN value IS 83 (32.81% from 255) = 47.7%

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

R = 5.75%
G = 47.7%
B = 46.55%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.02

 K value IS 0.67

RGB Variations

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

Color information

#0A5351 (or 0x0A5351) is known color: Sherpa Blue. HEX triplet: 0A, 53 and 51. RGB value is (10,83,81). Sum of RGB (Red+Green+Blue) = 10+83+81=174 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.75% from 174); Green value is 83 (32.81% from 255 or 47.70% from 174); Blue value is 81 (32.03% from 255 or 46.55% from 174); Max value from RGB is 83 - color contains mainly: green. Hex color #0A5351 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A5351 is #F5ACAE. Grayscale: #3C3C3C. Windows color (decimal): -16100527 or 5329674. OLE color: 5329674.

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

Color convert

RGB 10 83 81 -
CMYK 0.88 0 0.02 0.67
HSL 178.36º 0.78% 0.18% -
HSV(B) 178.36º 0.88% 0.33% -
XYZ 4.7 6.85 8.86 -
YUV 60.95 139.32 91.66 -
System Red Green Blue C M Y K H S L
Decimal 10 83 81 0.88 0 0.02 0.67 178.36 0.78 0.18
Hex A 53 51 58 0 2 43 B2 4E 12
Octal 12 123 121 130 0 2 103 262 116 22
Binary 1010 1010011 1010001 1011000 0 10 1000011 10110010 1001110 10010

Color Harmonies of #0A5351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A5351

Black with #0A5351

Text Example


Text Example

White with #0A5351

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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