Html Css Color HEX #01374E Sherpa Blue

📋 copy color: '#01374E'

red 1 ◦ green 55 ◦ blue 78

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

Shades of Sherpa Blue #01374E

Tints of Sherpa Blue #01374E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 58.21%

R = 0.75%
G = 41.04%
B = 58.21%

CMYK

 C value IS 0.99

 M value IS 0.29

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#01374E (or 0x01374E) is known color: Sherpa Blue. HEX triplet: 01, 37 and 4E. RGB value is (1,55,78). Sum of RGB (Red+Green+Blue) = 1+55+78=134 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 134); Green value is 55 (21.88% from 255 or 41.04% from 134); Blue value is 78 (30.86% from 255 or 58.21% from 134); Max value from RGB is 78 - color contains mainly: blue. Hex color #01374E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01374E is #FEC8B1. Grayscale: #292929. Windows color (decimal): -16697522 or 5125889. OLE color: 5125889.

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

Color convert

RGB 1 55 78 -
CMYK 0.99 0.29 0 0.69
HSL 197.92º 0.97% 0.15% -
HSV(B) 197.92º 0.99% 0.31% -
XYZ 2.75 3.29 7.7 -
YUV 41.48 148.61 99.13 -
System Red Green Blue C M Y K H S L
Decimal 1 55 78 0.99 0.29 0 0.69 197.92 0.97 0.15
Hex 1 37 4E 63 1D 0 45 C6 61 F
Octal 1 67 116 143 35 0 105 306 141 17
Binary 1 110111 1001110 1100011 11101 0 1000101 11000110 1100001 1111

Color Harmonies of #01374E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01374E

Black with #01374E

Text Example


Text Example

White with #01374E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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