Html Css Color HEX #01374D Sherpa Blue

📋 copy color: '#01374D'

red 1 ◦ green 55 ◦ blue 77

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

Shades of Sherpa Blue #01374D

Tints of Sherpa Blue #01374D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 57.89%

R = 0.75%
G = 41.35%
B = 57.89%

CMYK

 C value IS 0.99

 M value IS 0.29

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#01374D (or 0x01374D) is known color: Sherpa Blue. HEX triplet: 01, 37 and 4D. RGB value is (1,55,77). Sum of RGB (Red+Green+Blue) = 1+55+77=133 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 133); Green value is 55 (21.88% from 255 or 41.35% from 133); Blue value is 77 (30.47% from 255 or 57.89% from 133); Max value from RGB is 77 - color contains mainly: blue. Hex color #01374D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01374D is #FEC8B2. Grayscale: #292929. Windows color (decimal): -16697523 or 5060353. OLE color: 5060353.

HSL color Cylindrical-coordinate representation of color #01374D: hue angle of 197.37º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01374D is Cyan = 0.99, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 1 55 77 -
CMYK 0.99 0.29 0 0.70
HSL 197.37º 0.97% 0.15% -
HSV(B) 197.37º 0.99% 0.3% -
XYZ 2.72 3.27 7.51 -
YUV 41.36 148.11 99.21 -
System Red Green Blue C M Y K H S L
Decimal 1 55 77 0.99 0.29 0 0.70 197.37 0.97 0.15
Hex 1 37 4D 63 1D 0 46 C5 61 F
Octal 1 67 115 143 35 0 106 305 141 17
Binary 1 110111 1001101 1100011 11101 0 1000110 11000101 1100001 1111

Color Harmonies of #01374D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01374D

Black with #01374D

Text Example


Text Example

White with #01374D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01374D; }

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

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

background-color css

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

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

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

border-color css

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

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

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