Html Css Color HEX #013240 Sherpa Blue

📋 copy color: '#013240'

red 1 ◦ green 50 ◦ blue 64

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

Shades of Sherpa Blue #013240

Tints of Sherpa Blue #013240

RGB

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

 GREEN value IS 50 (19.92% from 255) = 43.48%

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

R = 0.87%
G = 43.48%
B = 55.65%

CMYK

 C value IS 0.98

 M value IS 0.22

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#013240 (or 0x013240) is known color: Sherpa Blue. HEX triplet: 01, 32 and 40. RGB value is (1,50,64). Sum of RGB (Red+Green+Blue) = 1+50+64=115 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.87% from 115); Green value is 50 (19.92% from 255 or 43.48% from 115); Blue value is 64 (25.39% from 255 or 55.65% from 115); Max value from RGB is 64 - color contains mainly: blue. Hex color #013240 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013240 is #FECDBF. Grayscale: #242424. Windows color (decimal): -16698816 or 4207105. OLE color: 4207105.

HSL color Cylindrical-coordinate representation of color #013240: hue angle of 193.33º 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 #013240 is Cyan = 0.98, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 1 50 64 -
CMYK 0.98 0.22 0 0.75
HSL 193.33º 0.97% 0.13% -
HSV(B) 193.33º 0.98% 0.25% -
XYZ 2.08 2.66 5.25 -
YUV 36.95 143.27 102.36 -
System Red Green Blue C M Y K H S L
Decimal 1 50 64 0.98 0.22 0 0.75 193.33 0.97 0.13
Hex 1 32 40 62 16 0 4B C1 61 D
Octal 1 62 100 142 26 0 113 301 141 15
Binary 1 110010 1000000 1100010 10110 0 1001011 11000001 1100001 1101

Color Harmonies of #013240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013240

Black with #013240

Text Example


Text Example

White with #013240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013240; }

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

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

background-color css

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

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

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

border-color css

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

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

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