Html Css Color HEX #015253 Sherpa Blue

📋 copy color: '#015253'

red 1 ◦ green 82 ◦ blue 83

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

Shades of Sherpa Blue #015253

Tints of Sherpa Blue #015253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 50%

R = 0.6%
G = 49.4%
B = 50%

CMYK

 C value IS 0.99

 M value IS 0.01

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#015253 (or 0x015253) is known color: Sherpa Blue. HEX triplet: 01, 52 and 53. RGB value is (1,82,83). Sum of RGB (Red+Green+Blue) = 1+82+83=166 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 166); Green value is 82 (32.42% from 255 or 49.40% from 166); Blue value is 83 (32.81% from 255 or 50% from 166); Max value from RGB is 83 - color contains mainly: blue. Hex color #015253 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015253 is #FEADAC. Grayscale: #393939. Windows color (decimal): -16690605 or 5460481. OLE color: 5460481.

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

Color convert

RGB 1 82 83 -
CMYK 0.99 0.01 0 0.67
HSL 180.73º 0.98% 0.16% -
HSV(B) 180.73º 0.99% 0.33% -
XYZ 4.59 6.67 9.23 -
YUV 57.9 142.16 87.42 -
System Red Green Blue C M Y K H S L
Decimal 1 82 83 0.99 0.01 0 0.67 180.73 0.98 0.16
Hex 1 52 53 63 1 0 43 B5 62 10
Octal 1 122 123 143 1 0 103 265 142 20
Binary 1 1010010 1010011 1100011 1 0 1000011 10110101 1100010 10000

Color Harmonies of #015253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015253

Black with #015253

Text Example


Text Example

White with #015253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015253; }

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

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

background-color css

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

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

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

border-color css

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

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

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