Html Css Color HEX #013241 Sherpa Blue

📋 copy color: '#013241'

red 1 ◦ green 50 ◦ blue 65

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

Shades of Sherpa Blue #013241

Tints of Sherpa Blue #013241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 56.03%

R = 0.86%
G = 43.1%
B = 56.03%

CMYK

 C value IS 0.98

 M value IS 0.23

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#013241 (or 0x013241) is known color: Sherpa Blue. HEX triplet: 01, 32 and 41. RGB value is (1,50,65). Sum of RGB (Red+Green+Blue) = 1+50+65=116 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.86% from 116); Green value is 50 (19.92% from 255 or 43.10% from 116); Blue value is 65 (25.78% from 255 or 56.03% from 116); Max value from RGB is 65 - color contains mainly: blue. Hex color #013241 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013241 is #FECDBE. Grayscale: #242424. Windows color (decimal): -16698815 or 4272641. OLE color: 4272641.

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

Color convert

RGB 1 50 65 -
CMYK 0.98 0.23 0 0.75
HSL 194.06º 0.97% 0.13% -
HSV(B) 194.06º 0.98% 0.25% -
XYZ 2.11 2.67 5.41 -
YUV 37.06 143.77 102.28 -
System Red Green Blue C M Y K H S L
Decimal 1 50 65 0.98 0.23 0 0.75 194.06 0.97 0.13
Hex 1 32 41 62 17 0 4B C2 61 D
Octal 1 62 101 142 27 0 113 302 141 15
Binary 1 110010 1000001 1100010 10111 0 1001011 11000010 1100001 1101

Color Harmonies of #013241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013241

Black with #013241

Text Example


Text Example

White with #013241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013241; }

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

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

background-color css

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

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

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

border-color css

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

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

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