Html Css Color HEX #015358 Sherpa Blue

📋 copy color: '#015358'

red 1 ◦ green 83 ◦ blue 88

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

Shades of Sherpa Blue #015358

Tints of Sherpa Blue #015358

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 51.16%

R = 0.58%
G = 48.26%
B = 51.16%

CMYK

 C value IS 0.99

 M value IS 0.06

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#015358 (or 0x015358) is known color: Sherpa Blue. HEX triplet: 01, 53 and 58. RGB value is (1,83,88). Sum of RGB (Red+Green+Blue) = 1+83+88=172 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 172); Green value is 83 (32.81% from 255 or 48.26% from 172); Blue value is 88 (34.77% from 255 or 51.16% from 172); Max value from RGB is 88 - color contains mainly: blue. Hex color #015358 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015358 is #FEACA7. Grayscale: #3A3A3A. Windows color (decimal): -16690344 or 5788417. OLE color: 5788417.

HSL color Cylindrical-coordinate representation of color #015358: hue angle of 183.45º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015358 is Cyan = 0.99, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 1 83 88 -
CMYK 0.99 0.06 0 0.65
HSL 183.45º 0.98% 0.17% -
HSV(B) 183.45º 0.99% 0.35% -
XYZ 4.87 6.9 10.31 -
YUV 59.05 144.33 86.59 -
System Red Green Blue C M Y K H S L
Decimal 1 83 88 0.99 0.06 0 0.65 183.45 0.98 0.17
Hex 1 53 58 63 6 0 41 B7 62 11
Octal 1 123 130 143 6 0 101 267 142 21
Binary 1 1010011 1011000 1100011 110 0 1000001 10110111 1100010 10001

Color Harmonies of #015358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015358

Black with #015358

Text Example


Text Example

White with #015358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015358; }

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

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

background-color css

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

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

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

border-color css

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

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

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