Html Css Color HEX #0A4859 Sherpa Blue

📋 copy color: '#0A4859'

red 10 ◦ green 72 ◦ blue 89

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

Shades of Sherpa Blue #0A4859

Tints of Sherpa Blue #0A4859

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 52.05%

R = 5.85%
G = 42.11%
B = 52.05%

CMYK

 C value IS 0.89

 M value IS 0.19

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#0A4859 (or 0x0A4859) is known color: Sherpa Blue. HEX triplet: 0A, 48 and 59. RGB value is (10,72,89). Sum of RGB (Red+Green+Blue) = 10+72+89=171 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.85% from 171); Green value is 72 (28.52% from 255 or 42.11% from 171); Blue value is 89 (35.16% from 255 or 52.05% from 171); Max value from RGB is 89 - color contains mainly: blue. Hex color #0A4859 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A4859 is #F5B7A6. Grayscale: #373737. Windows color (decimal): -16103335 or 5851146. OLE color: 5851146.

HSL color Cylindrical-coordinate representation of color #0A4859: hue angle of 192.91º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A4859 is Cyan = 0.89, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 10 72 89 -
CMYK 0.89 0.19 0 0.65
HSL 192.91º 0.8% 0.19% -
HSV(B) 192.91º 0.89% 0.35% -
XYZ 4.25 5.42 10.27 -
YUV 55.4 146.96 95.62 -
System Red Green Blue C M Y K H S L
Decimal 10 72 89 0.89 0.19 0 0.65 192.91 0.8 0.19
Hex A 48 59 59 13 0 41 C1 50 13
Octal 12 110 131 131 23 0 101 301 120 23
Binary 1010 1001000 1011001 1011001 10011 0 1000001 11000001 1010000 10011

Color Harmonies of #0A4859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A4859

Black with #0A4859

Text Example


Text Example

White with #0A4859

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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