Html Css Color HEX #0A5260 Sherpa Blue

📋 copy color: '#0A5260'

red 10 ◦ green 82 ◦ blue 96

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

Shades of Sherpa Blue #0A5260

Tints of Sherpa Blue #0A5260

RGB

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

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

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

R = 5.32%
G = 43.62%
B = 51.06%

CMYK

 C value IS 0.90

 M value IS 0.15

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#0A5260 (or 0x0A5260) is known color: Sherpa Blue. HEX triplet: 0A, 52 and 60. RGB value is (10,82,96). Sum of RGB (Red+Green+Blue) = 10+82+96=188 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.32% from 188); Green value is 82 (32.42% from 255 or 43.62% from 188); Blue value is 96 (37.89% from 255 or 51.06% from 188); Max value from RGB is 96 - color contains mainly: blue. Hex color #0A5260 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A5260 is #F5AD9F. Grayscale: #3D3D3D. Windows color (decimal): -16100768 or 6312458. OLE color: 6312458.

HSL color Cylindrical-coordinate representation of color #0A5260: hue angle of 189.77º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A5260 is Cyan = 0.90, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 10 82 96 -
CMYK 0.90 0.15 0 0.62
HSL 189.77º 0.81% 0.21% -
HSV(B) 189.77º 0.9% 0.38% -
XYZ 5.25 6.94 12.13 -
YUV 62.07 147.15 90.86 -
System Red Green Blue C M Y K H S L
Decimal 10 82 96 0.90 0.15 0 0.62 189.77 0.81 0.21
Hex A 52 60 5A F 0 3E BE 51 15
Octal 12 122 140 132 17 0 76 276 121 25
Binary 1010 1010010 1100000 1011010 1111 0 111110 10111110 1010001 10101

Color Harmonies of #0A5260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A5260

Black with #0A5260

Text Example


Text Example

White with #0A5260

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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