Html Css Color HEX #0A505F Sherpa Blue

📋 copy color: '#0A505F'

red 10 ◦ green 80 ◦ blue 95

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

Shades of Sherpa Blue #0A505F

Tints of Sherpa Blue #0A505F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 51.35%

R = 5.41%
G = 43.24%
B = 51.35%

CMYK

 C value IS 0.89

 M value IS 0.16

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#0A505F (or 0x0A505F) is known color: Sherpa Blue. HEX triplet: 0A, 50 and 5F. RGB value is (10,80,95). Sum of RGB (Red+Green+Blue) = 10+80+95=185 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.41% from 185); Green value is 80 (31.64% from 255 or 43.24% from 185); Blue value is 95 (37.5% from 255 or 51.35% from 185); Max value from RGB is 95 - color contains mainly: blue. Hex color #0A505F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A505F is #F5AFA0. Grayscale: #3C3C3C. Windows color (decimal): -16101281 or 6246410. OLE color: 6246410.

HSL color Cylindrical-coordinate representation of color #0A505F: hue angle of 190.59º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A505F is Cyan = 0.89, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 10 80 95 -
CMYK 0.89 0.16 0 0.63
HSL 190.59º 0.81% 0.21% -
HSV(B) 190.59º 0.89% 0.37% -
XYZ 5.06 6.63 11.84 -
YUV 60.78 147.31 91.78 -
System Red Green Blue C M Y K H S L
Decimal 10 80 95 0.89 0.16 0 0.63 190.59 0.81 0.21
Hex A 50 5F 59 10 0 3F BF 51 15
Octal 12 120 137 131 20 0 77 277 121 25
Binary 1010 1010000 1011111 1011001 10000 0 111111 10111111 1010001 10101

Color Harmonies of #0A505F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A505F

Black with #0A505F

Text Example


Text Example

White with #0A505F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,80,95); }

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

background-color css

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

 a { background-color: rgb(10,80,95); }

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

border-color css

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

 span { border-color: rgb(10,80,95); }

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