Html Css Color HEX #01414D Sherpa Blue

📋 copy color: '#01414D'

red 1 ◦ green 65 ◦ blue 77

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

Shades of Sherpa Blue #01414D

Tints of Sherpa Blue #01414D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 45.45%

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

R = 0.7%
G = 45.45%
B = 53.85%

CMYK

 C value IS 0.99

 M value IS 0.16

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#01414D (or 0x01414D) is known color: Sherpa Blue. HEX triplet: 01, 41 and 4D. RGB value is (1,65,77). Sum of RGB (Red+Green+Blue) = 1+65+77=143 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 143); Green value is 65 (25.78% from 255 or 45.45% from 143); Blue value is 77 (30.47% from 255 or 53.85% from 143); Max value from RGB is 77 - color contains mainly: blue. Hex color #01414D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01414D is #FEBEB2. Grayscale: #2F2F2F. Windows color (decimal): -16694963 or 5062913. OLE color: 5062913.

HSL color Cylindrical-coordinate representation of color #01414D: hue angle of 189.47º 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 #01414D is Cyan = 0.99, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 1 65 77 -
CMYK 0.99 0.16 0 0.70
HSL 189.47º 0.97% 0.15% -
HSV(B) 189.47º 0.99% 0.3% -
XYZ 3.24 4.32 7.68 -
YUV 47.23 144.8 95.02 -
System Red Green Blue C M Y K H S L
Decimal 1 65 77 0.99 0.16 0 0.70 189.47 0.97 0.15
Hex 1 41 4D 63 10 0 46 BD 61 F
Octal 1 101 115 143 20 0 106 275 141 17
Binary 1 1000001 1001101 1100011 10000 0 1000110 10111101 1100001 1111

Color Harmonies of #01414D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01414D

Black with #01414D

Text Example


Text Example

White with #01414D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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