Html Css Color HEX #01373F Sherpa Blue

📋 copy color: '#01373F'

red 1 ◦ green 55 ◦ blue 63

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

Shades of Sherpa Blue #01373F

Tints of Sherpa Blue #01373F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 52.94%

R = 0.84%
G = 46.22%
B = 52.94%

CMYK

 C value IS 0.98

 M value IS 0.13

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#01373F (or 0x01373F) is known color: Sherpa Blue. HEX triplet: 01, 37 and 3F. RGB value is (1,55,63). Sum of RGB (Red+Green+Blue) = 1+55+63=119 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.84% from 119); Green value is 55 (21.88% from 255 or 46.22% from 119); Blue value is 63 (25% from 255 or 52.94% from 119); Max value from RGB is 63 - color contains mainly: blue. Hex color #01373F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01373F is #FEC8C0. Grayscale: #272727. Windows color (decimal): -16697537 or 4142849. OLE color: 4142849.

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

Color convert

RGB 1 55 63 -
CMYK 0.98 0.13 0 0.75
HSL 187.74º 0.97% 0.13% -
HSV(B) 187.74º 0.98% 0.25% -
XYZ 2.28 3.1 5.18 -
YUV 39.77 141.11 100.35 -
System Red Green Blue C M Y K H S L
Decimal 1 55 63 0.98 0.13 0 0.75 187.74 0.97 0.13
Hex 1 37 3F 62 D 0 4B BC 61 D
Octal 1 67 77 142 15 0 113 274 141 15
Binary 1 110111 111111 1100010 1101 0 1001011 10111100 1100001 1101

Color Harmonies of #01373F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01373F

Black with #01373F

Text Example


Text Example

White with #01373F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01373F; }

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

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

background-color css

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

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

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

border-color css

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

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

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