Html Css Color HEX #013540 Sherpa Blue

📋 copy color: '#013540'

red 1 ◦ green 53 ◦ blue 64

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

Shades of Sherpa Blue #013540

Tints of Sherpa Blue #013540

RGB

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

 GREEN value IS 53 (21.09% from 255) = 44.92%

 BLUE value IS 64 (25.39% from 255) = 54.24%

R = 0.85%
G = 44.92%
B = 54.24%

CMYK

 C value IS 0.98

 M value IS 0.17

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#013540 (or 0x013540) is known color: Sherpa Blue. HEX triplet: 01, 35 and 40. RGB value is (1,53,64). Sum of RGB (Red+Green+Blue) = 1+53+64=118 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 118); Green value is 53 (21.09% from 255 or 44.92% from 118); Blue value is 64 (25.39% from 255 or 54.24% from 118); Max value from RGB is 64 - color contains mainly: blue. Hex color #013540 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013540 is #FECABF. Grayscale: #262626. Windows color (decimal): -16698048 or 4207873. OLE color: 4207873.

HSL color Cylindrical-coordinate representation of color #013540: hue angle of 190.48º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013540 is Cyan = 0.98, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 1 53 64 -
CMYK 0.98 0.17 0 0.75
HSL 190.48º 0.97% 0.13% -
HSV(B) 190.48º 0.98% 0.25% -
XYZ 2.21 2.92 5.3 -
YUV 38.71 142.27 101.11 -
System Red Green Blue C M Y K H S L
Decimal 1 53 64 0.98 0.17 0 0.75 190.48 0.97 0.13
Hex 1 35 40 62 11 0 4B BE 61 D
Octal 1 65 100 142 21 0 113 276 141 15
Binary 1 110101 1000000 1100010 10001 0 1001011 10111110 1100001 1101

Color Harmonies of #013540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013540

Black with #013540

Text Example


Text Example

White with #013540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013540; }

 p { color: rgb(1,53,64); }

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

background-color css

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

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

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

border-color css

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

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

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