Html Css Color HEX #013641 Sherpa Blue

📋 copy color: '#013641'

red 1 ◦ green 54 ◦ blue 65

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

Shades of Sherpa Blue #013641

Tints of Sherpa Blue #013641

RGB

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

 GREEN value IS 54 (21.48% from 255) = 45%

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

R = 0.83%
G = 45%
B = 54.17%

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

#013641 (or 0x013641) is known color: Sherpa Blue. HEX triplet: 01, 36 and 41. RGB value is (1,54,65). Sum of RGB (Red+Green+Blue) = 1+54+65=120 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 120); Green value is 54 (21.48% from 255 or 45% from 120); Blue value is 65 (25.78% from 255 or 54.17% from 120); Max value from RGB is 65 - color contains mainly: blue. Hex color #013641 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013641 is #FEC9BE. Grayscale: #272727. Windows color (decimal): -16697791 or 4273665. OLE color: 4273665.

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

Color convert

RGB 1 54 65 -
CMYK 0.98 0.17 0 0.75
HSL 190.31º 0.97% 0.13% -
HSV(B) 190.31º 0.98% 0.25% -
XYZ 2.29 3.03 5.46 -
YUV 39.41 142.44 100.61 -
System Red Green Blue C M Y K H S L
Decimal 1 54 65 0.98 0.17 0 0.75 190.31 0.97 0.13
Hex 1 36 41 62 11 0 4B BE 61 D
Octal 1 66 101 142 21 0 113 276 141 15
Binary 1 110110 1000001 1100010 10001 0 1001011 10111110 1100001 1101

Color Harmonies of #013641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013641

Black with #013641

Text Example


Text Example

White with #013641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013641; }

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

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

background-color css

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

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

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

border-color css

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

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

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