Html Css Color HEX #02515D Sherpa Blue

📋 copy color: '#02515D'

red 2 ◦ green 81 ◦ blue 93

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

Shades of Sherpa Blue #02515D

Tints of Sherpa Blue #02515D

RGB

 RED value IS 2 (1.17% from 255) = 1.14%

 GREEN value IS 81 (32.03% from 255) = 46.02%

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

R = 1.14%
G = 46.02%
B = 52.84%

CMYK

 C value IS 0.98

 M value IS 0.13

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#02515D (or 0x02515D) is known color: Sherpa Blue. HEX triplet: 02, 51 and 5D. RGB value is (2,81,93). Sum of RGB (Red+Green+Blue) = 2+81+93=176 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.14% from 176); Green value is 81 (32.03% from 255 or 46.02% from 176); Blue value is 93 (36.72% from 255 or 52.84% from 176); Max value from RGB is 93 - color contains mainly: blue. Hex color #02515D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02515D is #FDAEA2. Grayscale: #3A3A3A. Windows color (decimal): -16625315 or 6115586. OLE color: 6115586.

HSL color Cylindrical-coordinate representation of color #02515D: hue angle of 187.91º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02515D is Cyan = 0.98, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 2 81 93 -
CMYK 0.98 0.13 0 0.64
HSL 187.91º 0.96% 0.19% -
HSV(B) 187.91º 0.98% 0.36% -
XYZ 4.94 6.69 11.39 -
YUV 58.75 147.33 87.52 -
System Red Green Blue C M Y K H S L
Decimal 2 81 93 0.98 0.13 0 0.64 187.91 0.96 0.19
Hex 2 51 5D 62 D 0 40 BC 60 13
Octal 2 121 135 142 15 0 100 274 140 23
Binary 10 1010001 1011101 1100010 1101 0 1000000 10111100 1100000 10011

Color Harmonies of #02515D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02515D

Black with #02515D

Text Example


Text Example

White with #02515D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02515D; }

 p { color: rgb(2,81,93); }

 H1.HeaderClassName
 {
   color: #02515D;
 }
 .AnyTagClassName
 {
   color: #02515D;
 }
</style>

background-color css

<style>
 a { background-color: #02515D; }

 a { background-color: rgb(2,81,93); }

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

border-color css

<style>
 span { border-color: #02515D; }

 span { border-color: rgb(2,81,93); }

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