Html Css Color HEX #0A494D Sherpa Blue

📋 copy color: '#0A494D'

red 10 ◦ green 73 ◦ blue 77

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

Shades of Sherpa Blue #0A494D

Tints of Sherpa Blue #0A494D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 48.13%

R = 6.25%
G = 45.63%
B = 48.13%

CMYK

 C value IS 0.87

 M value IS 0.05

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#0A494D (or 0x0A494D) is known color: Sherpa Blue. HEX triplet: 0A, 49 and 4D. RGB value is (10,73,77). Sum of RGB (Red+Green+Blue) = 10+73+77=160 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.25% from 160); Green value is 73 (28.91% from 255 or 45.62% from 160); Blue value is 77 (30.47% from 255 or 48.12% from 160); Max value from RGB is 77 - color contains mainly: blue. Hex color #0A494D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A494D is #F5B6B2. Grayscale: #363636. Windows color (decimal): -16103091 or 5064970. OLE color: 5064970.

HSL color Cylindrical-coordinate representation of color #0A494D: hue angle of 183.58º degrees, saturation: 0.77, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0A494D is Cyan = 0.87, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 10 73 77 -
CMYK 0.87 0.05 0 0.70
HSL 183.58º 0.77% 0.17% -
HSV(B) 183.58º 0.87% 0.3% -
XYZ 3.85 5.37 7.85 -
YUV 54.62 140.63 96.17 -
System Red Green Blue C M Y K H S L
Decimal 10 73 77 0.87 0.05 0 0.70 183.58 0.77 0.17
Hex A 49 4D 57 5 0 46 B8 4D 11
Octal 12 111 115 127 5 0 106 270 115 21
Binary 1010 1001001 1001101 1010111 101 0 1000110 10111000 1001101 10001

Color Harmonies of #0A494D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A494D

Black with #0A494D

Text Example


Text Example

White with #0A494D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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