Html Css Color HEX #015252 Sherpa Blue

📋 copy color: '#015252'

red 1 ◦ green 82 ◦ blue 82

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

Shades of Sherpa Blue #015252

Tints of Sherpa Blue #015252

RGB

 RED value IS 1 (0.78% from 255) = 0.61%

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

 BLUE value IS 82 (32.42% from 255) = 49.7%

R = 0.61%
G = 49.7%
B = 49.7%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#015252 (or 0x015252) is known color: Sherpa Blue. HEX triplet: 01, 52 and 52. RGB value is (1,82,82). Sum of RGB (Red+Green+Blue) = 1+82+82=165 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 165); Green value is 82 (32.42% from 255 or 49.70% from 165); Blue value is 82 (32.42% from 255 or 49.70% from 165); Max value from RGB is 82 - color contains mainly: green, blue. Hex color #015252 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015252 is #FEADAD. Grayscale: #393939. Windows color (decimal): -16690606 or 5394945. OLE color: 5394945.

HSL color Cylindrical-coordinate representation of color #015252: hue angle of 180º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015252 is Cyan = 0.99, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 1 82 82 -
CMYK 0.99 0 0 0.68
HSL 180º 0.98% 0.16% -
HSV(B) 180º 0.99% 0.32% -
XYZ 4.55 6.65 9.03 -
YUV 57.78 141.66 87.5 -
System Red Green Blue C M Y K H S L
Decimal 1 82 82 0.99 0 0 0.68 180 0.98 0.16
Hex 1 52 52 63 0 0 44 B4 62 10
Octal 1 122 122 143 0 0 104 264 142 20
Binary 1 1010010 1010010 1100011 0 0 1000100 10110100 1100010 10000

Color Harmonies of #015252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015252

Black with #015252

Text Example


Text Example

White with #015252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015252; }

 p { color: rgb(1,82,82); }

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

background-color css

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

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

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

border-color css

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

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

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