Html Css Color HEX #0D525F Sherpa Blue

📋 copy color: '#0D525F'

red 13 ◦ green 82 ◦ blue 95

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

Shades of Sherpa Blue #0D525F

Tints of Sherpa Blue #0D525F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 50%

R = 6.84%
G = 43.16%
B = 50%

CMYK

 C value IS 0.86

 M value IS 0.14

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#0D525F (or 0x0D525F) is known color: Sherpa Blue. HEX triplet: 0D, 52 and 5F. RGB value is (13,82,95). Sum of RGB (Red+Green+Blue) = 13+82+95=190 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.84% from 190); Green value is 82 (32.42% from 255 or 43.16% from 190); Blue value is 95 (37.5% from 255 or 50% from 190); Max value from RGB is 95 - color contains mainly: blue. Hex color #0D525F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D525F is #F2ADA0. Grayscale: #3E3E3E. Windows color (decimal): -15904161 or 6246925. OLE color: 6246925.

HSL color Cylindrical-coordinate representation of color #0D525F: hue angle of 189.51º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0D525F is Cyan = 0.86, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 13 82 95 -
CMYK 0.86 0.14 0 0.63
HSL 189.51º 0.76% 0.21% -
HSV(B) 189.51º 0.86% 0.37% -
XYZ 5.25 6.95 11.89 -
YUV 62.85 146.14 92.44 -
System Red Green Blue C M Y K H S L
Decimal 13 82 95 0.86 0.14 0 0.63 189.51 0.76 0.21
Hex D 52 5F 56 E 0 3F BE 4C 15
Octal 15 122 137 126 16 0 77 276 114 25
Binary 1101 1010010 1011111 1010110 1110 0 111111 10111110 1001100 10101

Color Harmonies of #0D525F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D525F

Black with #0D525F

Text Example


Text Example

White with #0D525F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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