Html Css Color HEX #0D525C Sherpa Blue

📋 copy color: '#0D525C'

red 13 ◦ green 82 ◦ blue 92

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

Shades of Sherpa Blue #0D525C

Tints of Sherpa Blue #0D525C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 49.2%

R = 6.95%
G = 43.85%
B = 49.2%

CMYK

 C value IS 0.86

 M value IS 0.11

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#0D525C (or 0x0D525C) is known color: Sherpa Blue. HEX triplet: 0D, 52 and 5C. RGB value is (13,82,92). Sum of RGB (Red+Green+Blue) = 13+82+92=187 (24% of max value = 765). Red value is 13 (5.47% from 255 or 6.95% from 187); Green value is 82 (32.42% from 255 or 43.85% from 187); Blue value is 92 (36.33% from 255 or 49.20% from 187); Max value from RGB is 92 - color contains mainly: blue. Hex color #0D525C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D525C is #F2ADA3. Grayscale: #3E3E3E. Windows color (decimal): -15904164 or 6050317. OLE color: 6050317.

HSL color Cylindrical-coordinate representation of color #0D525C: hue angle of 187.59º degrees, saturation: 0.75, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0D525C is Cyan = 0.86, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 13 82 92 -
CMYK 0.86 0.11 0 0.64
HSL 187.59º 0.75% 0.21% -
HSV(B) 187.59º 0.86% 0.36% -
XYZ 5.12 6.89 11.19 -
YUV 62.51 144.64 92.69 -
System Red Green Blue C M Y K H S L
Decimal 13 82 92 0.86 0.11 0 0.64 187.59 0.75 0.21
Hex D 52 5C 56 B 0 40 BC 4B 15
Octal 15 122 134 126 13 0 100 274 113 25
Binary 1101 1010010 1011100 1010110 1011 0 1000000 10111100 1001011 10101

Color Harmonies of #0D525C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D525C

Black with #0D525C

Text Example


Text Example

White with #0D525C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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