Html Css Color HEX #013741 Sherpa Blue

📋 copy color: '#013741'

red 1 ◦ green 55 ◦ blue 65

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

Shades of Sherpa Blue #013741

Tints of Sherpa Blue #013741

RGB

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

 GREEN value IS 55 (21.88% from 255) = 45.45%

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

R = 0.83%
G = 45.45%
B = 53.72%

CMYK

 C value IS 0.98

 M value IS 0.15

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#013741 (or 0x013741) is known color: Sherpa Blue. HEX triplet: 01, 37 and 41. RGB value is (1,55,65). Sum of RGB (Red+Green+Blue) = 1+55+65=121 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 121); Green value is 55 (21.88% from 255 or 45.45% from 121); Blue value is 65 (25.78% from 255 or 53.72% from 121); Max value from RGB is 65 - color contains mainly: blue. Hex color #013741 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013741 is #FEC8BE. Grayscale: #272727. Windows color (decimal): -16697535 or 4273921. OLE color: 4273921.

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

Color convert

RGB 1 55 65 -
CMYK 0.98 0.15 0 0.75
HSL 189.38º 0.97% 0.13% -
HSV(B) 189.38º 0.98% 0.25% -
XYZ 2.33 3.12 5.48 -
YUV 39.99 142.11 100.19 -
System Red Green Blue C M Y K H S L
Decimal 1 55 65 0.98 0.15 0 0.75 189.38 0.97 0.13
Hex 1 37 41 62 F 0 4B BD 61 D
Octal 1 67 101 142 17 0 113 275 141 15
Binary 1 110111 1000001 1100010 1111 0 1001011 10111101 1100001 1101

Color Harmonies of #013741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013741

Black with #013741

Text Example


Text Example

White with #013741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013741; }

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

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

background-color css

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

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

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

border-color css

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

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

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