Html Css Color HEX #0A4656 Sherpa Blue

📋 copy color: '#0A4656'

red 10 ◦ green 70 ◦ blue 86

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

Shades of Sherpa Blue #0A4656

Tints of Sherpa Blue #0A4656

RGB

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

 GREEN value IS 70 (27.73% from 255) = 42.17%

 BLUE value IS 86 (33.98% from 255) = 51.81%

R = 6.02%
G = 42.17%
B = 51.81%

CMYK

 C value IS 0.88

 M value IS 0.19

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#0A4656 (or 0x0A4656) is known color: Sherpa Blue. HEX triplet: 0A, 46 and 56. RGB value is (10,70,86). Sum of RGB (Red+Green+Blue) = 10+70+86=166 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.02% from 166); Green value is 70 (27.73% from 255 or 42.17% from 166); Blue value is 86 (33.98% from 255 or 51.81% from 166); Max value from RGB is 86 - color contains mainly: blue. Hex color #0A4656 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A4656 is #F5B9A9. Grayscale: #353535. Windows color (decimal): -16103850 or 5654026. OLE color: 5654026.

HSL color Cylindrical-coordinate representation of color #0A4656: hue angle of 192.63º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A4656 is Cyan = 0.88, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 10 70 86 -
CMYK 0.88 0.19 0 0.66
HSL 192.63º 0.79% 0.19% -
HSV(B) 192.63º 0.88% 0.34% -
XYZ 4 5.12 9.58 -
YUV 53.88 146.12 96.7 -
System Red Green Blue C M Y K H S L
Decimal 10 70 86 0.88 0.19 0 0.66 192.63 0.79 0.19
Hex A 46 56 58 13 0 42 C1 4F 13
Octal 12 106 126 130 23 0 102 301 117 23
Binary 1010 1000110 1010110 1011000 10011 0 1000010 11000001 1001111 10011

Color Harmonies of #0A4656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A4656

Black with #0A4656

Text Example


Text Example

White with #0A4656

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,70,86); }

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

background-color css

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

 a { background-color: rgb(10,70,86); }

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

border-color css

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

 span { border-color: rgb(10,70,86); }

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