Html Css Color HEX #0A485D Sherpa Blue

📋 copy color: '#0A485D'

red 10 ◦ green 72 ◦ blue 93

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

Shades of Sherpa Blue #0A485D

Tints of Sherpa Blue #0A485D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 53.14%

R = 5.71%
G = 41.14%
B = 53.14%

CMYK

 C value IS 0.89

 M value IS 0.23

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#0A485D (or 0x0A485D) is known color: Sherpa Blue. HEX triplet: 0A, 48 and 5D. RGB value is (10,72,93). Sum of RGB (Red+Green+Blue) = 10+72+93=175 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.71% from 175); Green value is 72 (28.52% from 255 or 41.14% from 175); Blue value is 93 (36.72% from 255 or 53.14% from 175); Max value from RGB is 93 - color contains mainly: blue. Hex color #0A485D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A485D is #F5B7A2. Grayscale: #373737. Windows color (decimal): -16103331 or 6113290. OLE color: 6113290.

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

Color convert

RGB 10 72 93 -
CMYK 0.89 0.23 0 0.64
HSL 195.18º 0.81% 0.2% -
HSV(B) 195.18º 0.89% 0.36% -
XYZ 4.42 5.49 11.18 -
YUV 55.86 148.96 95.29 -
System Red Green Blue C M Y K H S L
Decimal 10 72 93 0.89 0.23 0 0.64 195.18 0.81 0.2
Hex A 48 5D 59 17 0 40 C3 51 14
Octal 12 110 135 131 27 0 100 303 121 24
Binary 1010 1001000 1011101 1011001 10111 0 1000000 11000011 1010001 10100

Color Harmonies of #0A485D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A485D

Black with #0A485D

Text Example


Text Example

White with #0A485D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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