Html Css Color HEX #0A464D Sherpa Blue

📋 copy color: '#0A464D'

red 10 ◦ green 70 ◦ blue 77

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

Shades of Sherpa Blue #0A464D

Tints of Sherpa Blue #0A464D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 49.04%

R = 6.37%
G = 44.59%
B = 49.04%

CMYK

 C value IS 0.87

 M value IS 0.09

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#0A464D (or 0x0A464D) is known color: Sherpa Blue. HEX triplet: 0A, 46 and 4D. RGB value is (10,70,77). Sum of RGB (Red+Green+Blue) = 10+70+77=157 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.37% from 157); Green value is 70 (27.73% from 255 or 44.59% from 157); Blue value is 77 (30.47% from 255 or 49.04% from 157); Max value from RGB is 77 - color contains mainly: blue. Hex color #0A464D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A464D is #F5B9B2. Grayscale: #343434. Windows color (decimal): -16103859 or 5064202. OLE color: 5064202.

HSL color Cylindrical-coordinate representation of color #0A464D: hue angle of 186.27º degrees, saturation: 0.77, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0A464D is Cyan = 0.87, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 10 70 77 -
CMYK 0.87 0.09 0 0.70
HSL 186.27º 0.77% 0.17% -
HSV(B) 186.27º 0.87% 0.3% -
XYZ 3.65 4.98 7.79 -
YUV 52.86 141.62 97.43 -
System Red Green Blue C M Y K H S L
Decimal 10 70 77 0.87 0.09 0 0.70 186.27 0.77 0.17
Hex A 46 4D 57 9 0 46 BA 4D 11
Octal 12 106 115 127 11 0 106 272 115 21
Binary 1010 1000110 1001101 1010111 1001 0 1000110 10111010 1001101 10001

Color Harmonies of #0A464D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A464D

Black with #0A464D

Text Example


Text Example

White with #0A464D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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