Html Css Color HEX #0A484D Sherpa Blue

📋 copy color: '#0A484D'

red 10 ◦ green 72 ◦ blue 77

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

Shades of Sherpa Blue #0A484D

Tints of Sherpa Blue #0A484D

RGB

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

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

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

R = 6.29%
G = 45.28%
B = 48.43%

CMYK

 C value IS 0.87

 M value IS 0.06

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#0A484D (or 0x0A484D) is known color: Sherpa Blue. HEX triplet: 0A, 48 and 4D. RGB value is (10,72,77). Sum of RGB (Red+Green+Blue) = 10+72+77=159 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.29% from 159); Green value is 72 (28.52% from 255 or 45.28% from 159); Blue value is 77 (30.47% from 255 or 48.43% from 159); Max value from RGB is 77 - color contains mainly: blue. Hex color #0A484D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A484D is #F5B7B2. Grayscale: #353535. Windows color (decimal): -16103347 or 5064714. OLE color: 5064714.

HSL color Cylindrical-coordinate representation of color #0A484D: hue angle of 184.48º 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 #0A484D is Cyan = 0.87, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 10 72 77 -
CMYK 0.87 0.06 0 0.70
HSL 184.48º 0.77% 0.17% -
HSV(B) 184.48º 0.87% 0.3% -
XYZ 3.78 5.24 7.83 -
YUV 54.03 140.96 96.59 -
System Red Green Blue C M Y K H S L
Decimal 10 72 77 0.87 0.06 0 0.70 184.48 0.77 0.17
Hex A 48 4D 57 6 0 46 B8 4D 11
Octal 12 110 115 127 6 0 106 270 115 21
Binary 1010 1001000 1001101 1010111 110 0 1000110 10111000 1001101 10001

Color Harmonies of #0A484D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A484D

Black with #0A484D

Text Example


Text Example

White with #0A484D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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