Html Css Color HEX #0A495B Sherpa Blue

📋 copy color: '#0A495B'

red 10 ◦ green 73 ◦ blue 91

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

Shades of Sherpa Blue #0A495B

Tints of Sherpa Blue #0A495B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 41.95%

 BLUE value IS 91 (35.94% from 255) = 52.3%

R = 5.75%
G = 41.95%
B = 52.3%

CMYK

 C value IS 0.89

 M value IS 0.20

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#0A495B (or 0x0A495B) is known color: Sherpa Blue. HEX triplet: 0A, 49 and 5B. RGB value is (10,73,91). Sum of RGB (Red+Green+Blue) = 10+73+91=174 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.75% from 174); Green value is 73 (28.91% from 255 or 41.95% from 174); Blue value is 91 (35.94% from 255 or 52.30% from 174); Max value from RGB is 91 - color contains mainly: blue. Hex color #0A495B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A495B is #F5B6A4. Grayscale: #383838. Windows color (decimal): -16103077 or 5982474. OLE color: 5982474.

HSL color Cylindrical-coordinate representation of color #0A495B: hue angle of 193.33º degrees, saturation: 0.8, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A495B is Cyan = 0.89, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 10 73 91 -
CMYK 0.89 0.20 0 0.64
HSL 193.33º 0.8% 0.2% -
HSV(B) 193.33º 0.89% 0.36% -
XYZ 4.4 5.58 10.74 -
YUV 56.22 147.63 95.04 -
System Red Green Blue C M Y K H S L
Decimal 10 73 91 0.89 0.20 0 0.64 193.33 0.8 0.2
Hex A 49 5B 59 14 0 40 C1 50 14
Octal 12 111 133 131 24 0 100 301 120 24
Binary 1010 1001001 1011011 1011001 10100 0 1000000 11000001 1010000 10100

Color Harmonies of #0A495B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A495B

Black with #0A495B

Text Example


Text Example

White with #0A495B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,73,91); }

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

background-color css

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

 a { background-color: rgb(10,73,91); }

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

border-color css

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

 span { border-color: rgb(10,73,91); }

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