Html Css Color HEX #01374F Sherpa Blue

📋 copy color: '#01374F'

red 1 ◦ green 55 ◦ blue 79

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

Shades of Sherpa Blue #01374F

Tints of Sherpa Blue #01374F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 58.52%

R = 0.74%
G = 40.74%
B = 58.52%

CMYK

 C value IS 0.99

 M value IS 0.30

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#01374F (or 0x01374F) is known color: Sherpa Blue. HEX triplet: 01, 37 and 4F. RGB value is (1,55,79). Sum of RGB (Red+Green+Blue) = 1+55+79=135 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 135); Green value is 55 (21.88% from 255 or 40.74% from 135); Blue value is 79 (31.25% from 255 or 58.52% from 135); Max value from RGB is 79 - color contains mainly: blue. Hex color #01374F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01374F is #FEC8B0. Grayscale: #292929. Windows color (decimal): -16697521 or 5191425. OLE color: 5191425.

HSL color Cylindrical-coordinate representation of color #01374F: hue angle of 198.46º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01374F is Cyan = 0.99, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 1 55 79 -
CMYK 0.99 0.30 0 0.69
HSL 198.46º 0.98% 0.16% -
HSV(B) 198.46º 0.99% 0.31% -
XYZ 2.79 3.3 7.89 -
YUV 41.59 149.11 99.05 -
System Red Green Blue C M Y K H S L
Decimal 1 55 79 0.99 0.30 0 0.69 198.46 0.98 0.16
Hex 1 37 4F 63 1E 0 45 C6 62 10
Octal 1 67 117 143 36 0 105 306 142 20
Binary 1 110111 1001111 1100011 11110 0 1000101 11000110 1100010 10000

Color Harmonies of #01374F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01374F

Black with #01374F

Text Example


Text Example

White with #01374F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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