Html Css Color HEX #0A495C Sherpa Blue

📋 copy color: '#0A495C'

red 10 ◦ green 73 ◦ blue 92

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

Shades of Sherpa Blue #0A495C

Tints of Sherpa Blue #0A495C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 52.57%

R = 5.71%
G = 41.71%
B = 52.57%

CMYK

 C value IS 0.89

 M value IS 0.21

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#0A495C (or 0x0A495C) is known color: Sherpa Blue. HEX triplet: 0A, 49 and 5C. RGB value is (10,73,92). Sum of RGB (Red+Green+Blue) = 10+73+92=175 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.71% from 175); Green value is 73 (28.91% from 255 or 41.71% from 175); Blue value is 92 (36.33% from 255 or 52.57% from 175); Max value from RGB is 92 - color contains mainly: blue. Hex color #0A495C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A495C is #F5B6A3. Grayscale: #383838. Windows color (decimal): -16103076 or 6048010. OLE color: 6048010.

HSL color Cylindrical-coordinate representation of color #0A495C: hue angle of 193.9º 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 #0A495C is Cyan = 0.89, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 10 73 92 -
CMYK 0.89 0.21 0 0.64
HSL 193.9º 0.8% 0.2% -
HSV(B) 193.9º 0.89% 0.36% -
XYZ 4.44 5.6 10.97 -
YUV 56.33 148.13 94.96 -
System Red Green Blue C M Y K H S L
Decimal 10 73 92 0.89 0.21 0 0.64 193.9 0.8 0.2
Hex A 49 5C 59 15 0 40 C2 50 14
Octal 12 111 134 131 25 0 100 302 120 24
Binary 1010 1001001 1011100 1011001 10101 0 1000000 11000010 1010000 10100

Color Harmonies of #0A495C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A495C

Black with #0A495C

Text Example


Text Example

White with #0A495C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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