Html Css Color HEX #015348 Sherpa Blue

📋 copy color: '#015348'

red 1 ◦ green 83 ◦ blue 72

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

Shades of Sherpa Blue #015348

Tints of Sherpa Blue #015348

RGB

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

 GREEN value IS 83 (32.81% from 255) = 53.21%

 BLUE value IS 72 (28.52% from 255) = 46.15%

R = 0.64%
G = 53.21%
B = 46.15%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#015348 (or 0x015348) is known color: Sherpa Blue. HEX triplet: 01, 53 and 48. RGB value is (1,83,72). Sum of RGB (Red+Green+Blue) = 1+83+72=156 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 156); Green value is 83 (32.81% from 255 or 53.21% from 156); Blue value is 72 (28.52% from 255 or 46.15% from 156); Max value from RGB is 83 - color contains mainly: green. Hex color #015348 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015348 is #FEACB7. Grayscale: #393939. Windows color (decimal): -16690360 or 4739841. OLE color: 4739841.

HSL color Cylindrical-coordinate representation of color #015348: hue angle of 171.95º 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 #015348 is Cyan = 0.99, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB 1 83 72 -
CMYK 0.99 0 0.13 0.67
HSL 171.95º 0.98% 0.16% -
HSV(B) 171.95º 0.99% 0.33% -
XYZ 4.28 6.66 7.19 -
YUV 57.23 136.33 87.89 -
System Red Green Blue C M Y K H S L
Decimal 1 83 72 0.99 0 0.13 0.67 171.95 0.98 0.16
Hex 1 53 48 63 0 D 43 AC 62 10
Octal 1 123 110 143 0 15 103 254 142 20
Binary 1 1010011 1001000 1100011 0 1101 1000011 10101100 1100010 10000

Color Harmonies of #015348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015348

Black with #015348

Text Example


Text Example

White with #015348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015348; }

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

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

background-color css

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

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

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

border-color css

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

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

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