Html Css Color HEX #0D525A Sherpa Blue

📋 copy color: '#0D525A'

red 13 ◦ green 82 ◦ blue 90

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

Shades of Sherpa Blue #0D525A

Tints of Sherpa Blue #0D525A

RGB

 RED value IS 13 (5.47% from 255) = 7.03%

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

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

R = 7.03%
G = 44.32%
B = 48.65%

CMYK

 C value IS 0.86

 M value IS 0.09

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#0D525A (or 0x0D525A) is known color: Sherpa Blue. HEX triplet: 0D, 52 and 5A. RGB value is (13,82,90). Sum of RGB (Red+Green+Blue) = 13+82+90=185 (24% of max value = 765). Red value is 13 (5.47% from 255 or 7.03% from 185); Green value is 82 (32.42% from 255 or 44.32% from 185); Blue value is 90 (35.55% from 255 or 48.65% from 185); Max value from RGB is 90 - color contains mainly: blue. Hex color #0D525A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D525A is #F2ADA5. Grayscale: #3E3E3E. Windows color (decimal): -15904166 or 5919245. OLE color: 5919245.

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

Color convert

RGB 13 82 90 -
CMYK 0.86 0.09 0 0.65
HSL 186.23º 0.75% 0.2% -
HSV(B) 186.23º 0.86% 0.35% -
XYZ 5.03 6.86 10.73 -
YUV 62.28 143.64 92.85 -
System Red Green Blue C M Y K H S L
Decimal 13 82 90 0.86 0.09 0 0.65 186.23 0.75 0.2
Hex D 52 5A 56 9 0 41 BA 4B 14
Octal 15 122 132 126 11 0 101 272 113 24
Binary 1101 1010010 1011010 1010110 1001 0 1000001 10111010 1001011 10100

Color Harmonies of #0D525A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D525A

Black with #0D525A

Text Example


Text Example

White with #0D525A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,82,90); }

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

background-color css

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

 a { background-color: rgb(13,82,90); }

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

border-color css

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

 span { border-color: rgb(13,82,90); }

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