Html Css Color HEX #0A4650 Sherpa Blue

📋 copy color: '#0A4650'

red 10 ◦ green 70 ◦ blue 80

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

Shades of Sherpa Blue #0A4650

Tints of Sherpa Blue #0A4650

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 50%

R = 6.25%
G = 43.75%
B = 50%

CMYK

 C value IS 0.87

 M value IS 0.12

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#0A4650 (or 0x0A4650) is known color: Sherpa Blue. HEX triplet: 0A, 46 and 50. RGB value is (10,70,80). Sum of RGB (Red+Green+Blue) = 10+70+80=160 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.25% from 160); Green value is 70 (27.73% from 255 or 43.75% from 160); Blue value is 80 (31.64% from 255 or 50% from 160); Max value from RGB is 80 - color contains mainly: blue. Hex color #0A4650 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A4650 is #F5B9AF. Grayscale: #353535. Windows color (decimal): -16103856 or 5260810. OLE color: 5260810.

HSL color Cylindrical-coordinate representation of color #0A4650: hue angle of 188.57º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A4650 is Cyan = 0.87, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 10 70 80 -
CMYK 0.87 0.12 0 0.69
HSL 188.57º 0.78% 0.18% -
HSV(B) 188.57º 0.88% 0.31% -
XYZ 3.76 5.02 8.36 -
YUV 53.2 143.12 97.19 -
System Red Green Blue C M Y K H S L
Decimal 10 70 80 0.87 0.12 0 0.69 188.57 0.78 0.18
Hex A 46 50 57 C 0 45 BD 4E 12
Octal 12 106 120 127 14 0 105 275 116 22
Binary 1010 1000110 1010000 1010111 1100 0 1000101 10111101 1001110 10010

Color Harmonies of #0A4650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A4650

Black with #0A4650

Text Example


Text Example

White with #0A4650

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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