Html Css Color HEX #0A485B Sherpa Blue

📋 copy color: '#0A485B'

red 10 ◦ green 72 ◦ blue 91

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

Shades of Sherpa Blue #0A485B

Tints of Sherpa Blue #0A485B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 41.62%

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

R = 5.78%
G = 41.62%
B = 52.6%

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

#0A485B (or 0x0A485B) is known color: Sherpa Blue. HEX triplet: 0A, 48 and 5B. RGB value is (10,72,91). Sum of RGB (Red+Green+Blue) = 10+72+91=173 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.78% from 173); Green value is 72 (28.52% from 255 or 41.62% from 173); Blue value is 91 (35.94% from 255 or 52.60% from 173); Max value from RGB is 91 - color contains mainly: blue. Hex color #0A485B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A485B is #F5B7A4. Grayscale: #373737. Windows color (decimal): -16103333 or 5982218. OLE color: 5982218.

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

Color convert

RGB 10 72 91 -
CMYK 0.89 0.21 0 0.64
HSL 194.07º 0.8% 0.2% -
HSV(B) 194.07º 0.89% 0.36% -
XYZ 4.33 5.45 10.72 -
YUV 55.63 147.96 95.46 -
System Red Green Blue C M Y K H S L
Decimal 10 72 91 0.89 0.21 0 0.64 194.07 0.8 0.2
Hex A 48 5B 59 15 0 40 C2 50 14
Octal 12 110 133 131 25 0 100 302 120 24
Binary 1010 1001000 1011011 1011001 10101 0 1000000 11000010 1010000 10100

Color Harmonies of #0A485B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A485B

Black with #0A485B

Text Example


Text Example

White with #0A485B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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