Html Css Color HEX #0A4751 Sherpa Blue

📋 copy color: '#0A4751'

red 10 ◦ green 71 ◦ blue 81

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

Shades of Sherpa Blue #0A4751

Tints of Sherpa Blue #0A4751

RGB

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

 GREEN value IS 71 (28.13% from 255) = 43.83%

 BLUE value IS 81 (32.03% from 255) = 50%

R = 6.17%
G = 43.83%
B = 50%

CMYK

 C value IS 0.88

 M value IS 0.12

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#0A4751 (or 0x0A4751) is known color: Sherpa Blue. HEX triplet: 0A, 47 and 51. RGB value is (10,71,81). Sum of RGB (Red+Green+Blue) = 10+71+81=162 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.17% from 162); Green value is 71 (28.12% from 255 or 43.83% from 162); Blue value is 81 (32.03% from 255 or 50% from 162); Max value from RGB is 81 - color contains mainly: blue. Hex color #0A4751 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A4751 is #F5B8AE. Grayscale: #353535. Windows color (decimal): -16103599 or 5326602. OLE color: 5326602.

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

Color convert

RGB 10 71 81 -
CMYK 0.88 0.12 0 0.68
HSL 188.45º 0.78% 0.18% -
HSV(B) 188.45º 0.88% 0.32% -
XYZ 3.86 5.17 8.58 -
YUV 53.9 143.29 96.69 -
System Red Green Blue C M Y K H S L
Decimal 10 71 81 0.88 0.12 0 0.68 188.45 0.78 0.18
Hex A 47 51 58 C 0 44 BC 4E 12
Octal 12 107 121 130 14 0 104 274 116 22
Binary 1010 1000111 1010001 1011000 1100 0 1000100 10111100 1001110 10010

Color Harmonies of #0A4751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A4751

Black with #0A4751

Text Example


Text Example

White with #0A4751

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,71,81); }

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

background-color css

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

 a { background-color: rgb(10,71,81); }

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

border-color css

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

 span { border-color: rgb(10,71,81); }

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