Html Css Color HEX #0A4A5A Sherpa Blue

📋 copy color: '#0A4A5A'

red 10 ◦ green 74 ◦ blue 90

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

Shades of Sherpa Blue #0A4A5A

Tints of Sherpa Blue #0A4A5A

RGB

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

 GREEN value IS 74 (29.3% from 255) = 42.53%

 BLUE value IS 90 (35.55% from 255) = 51.72%

R = 5.75%
G = 42.53%
B = 51.72%

CMYK

 C value IS 0.89

 M value IS 0.18

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#0A4A5A (or 0x0A4A5A) is known color: Sherpa Blue. HEX triplet: 0A, 4A and 5A. RGB value is (10,74,90). Sum of RGB (Red+Green+Blue) = 10+74+90=174 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.75% from 174); Green value is 74 (29.30% from 255 or 42.53% from 174); Blue value is 90 (35.55% from 255 or 51.72% from 174); Max value from RGB is 90 - color contains mainly: blue. Hex color #0A4A5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A4A5A is #F5B5A5. Grayscale: #383838. Windows color (decimal): -16102822 or 5917194. OLE color: 5917194.

HSL color Cylindrical-coordinate representation of color #0A4A5A: hue angle of 192º degrees, saturation: 0.8, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A4A5A is Cyan = 0.89, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 10 74 90 -
CMYK 0.89 0.18 0 0.65
HSL 192º 0.8% 0.2% -
HSV(B) 192º 0.89% 0.35% -
XYZ 4.42 5.7 10.54 -
YUV 56.69 146.8 94.7 -
System Red Green Blue C M Y K H S L
Decimal 10 74 90 0.89 0.18 0 0.65 192 0.8 0.2
Hex A 4A 5A 59 12 0 41 C0 50 14
Octal 12 112 132 131 22 0 101 300 120 24
Binary 1010 1001010 1011010 1011001 10010 0 1000001 11000000 1010000 10100

Color Harmonies of #0A4A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A4A5A

Black with #0A4A5A

Text Example


Text Example

White with #0A4A5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,74,90); }

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

background-color css

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

 a { background-color: rgb(10,74,90); }

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

border-color css

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

 span { border-color: rgb(10,74,90); }

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