Html Css Color HEX #0A525D Sherpa Blue

📋 copy color: '#0A525D'

red 10 ◦ green 82 ◦ blue 93

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

Shades of Sherpa Blue #0A525D

Tints of Sherpa Blue #0A525D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 44.32%

 BLUE value IS 93 (36.72% from 255) = 50.27%

R = 5.41%
G = 44.32%
B = 50.27%

CMYK

 C value IS 0.89

 M value IS 0.12

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#0A525D (or 0x0A525D) is known color: Sherpa Blue. HEX triplet: 0A, 52 and 5D. RGB value is (10,82,93). Sum of RGB (Red+Green+Blue) = 10+82+93=185 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.41% from 185); Green value is 82 (32.42% from 255 or 44.32% from 185); Blue value is 93 (36.72% from 255 or 50.27% from 185); Max value from RGB is 93 - color contains mainly: blue. Hex color #0A525D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A525D is #F5ADA2. Grayscale: #3D3D3D. Windows color (decimal): -16100771 or 6115850. OLE color: 6115850.

HSL color Cylindrical-coordinate representation of color #0A525D: hue angle of 187.95º degrees, saturation: 0.81, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A525D is Cyan = 0.89, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 10 82 93 -
CMYK 0.89 0.12 0 0.64
HSL 187.95º 0.81% 0.2% -
HSV(B) 187.95º 0.89% 0.36% -
XYZ 5.12 6.89 11.42 -
YUV 61.73 145.65 91.11 -
System Red Green Blue C M Y K H S L
Decimal 10 82 93 0.89 0.12 0 0.64 187.95 0.81 0.2
Hex A 52 5D 59 C 0 40 BC 51 14
Octal 12 122 135 131 14 0 100 274 121 24
Binary 1010 1010010 1011101 1011001 1100 0 1000000 10111100 1010001 10100

Color Harmonies of #0A525D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A525D

Black with #0A525D

Text Example


Text Example

White with #0A525D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,82,93); }

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

background-color css

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

 a { background-color: rgb(10,82,93); }

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

border-color css

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

 span { border-color: rgb(10,82,93); }

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