Html Css Color HEX #01414C Sherpa Blue

📋 copy color: '#01414C'

red 1 ◦ green 65 ◦ blue 76

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

Shades of Sherpa Blue #01414C

Tints of Sherpa Blue #01414C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 53.52%

R = 0.7%
G = 45.77%
B = 53.52%

CMYK

 C value IS 0.99

 M value IS 0.14

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#01414C (or 0x01414C) is known color: Sherpa Blue. HEX triplet: 01, 41 and 4C. RGB value is (1,65,76). Sum of RGB (Red+Green+Blue) = 1+65+76=142 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 142); Green value is 65 (25.78% from 255 or 45.77% from 142); Blue value is 76 (30.08% from 255 or 53.52% from 142); Max value from RGB is 76 - color contains mainly: blue. Hex color #01414C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01414C is #FEBEB3. Grayscale: #2F2F2F. Windows color (decimal): -16694964 or 4997377. OLE color: 4997377.

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

Color convert

RGB 1 65 76 -
CMYK 0.99 0.14 0 0.70
HSL 188.8º 0.97% 0.15% -
HSV(B) 188.8º 0.99% 0.3% -
XYZ 3.21 4.31 7.5 -
YUV 47.12 144.3 95.11 -
System Red Green Blue C M Y K H S L
Decimal 1 65 76 0.99 0.14 0 0.70 188.8 0.97 0.15
Hex 1 41 4C 63 E 0 46 BD 61 F
Octal 1 101 114 143 16 0 106 275 141 17
Binary 1 1000001 1001100 1100011 1110 0 1000110 10111101 1100001 1111

Color Harmonies of #01414C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01414C

Black with #01414C

Text Example


Text Example

White with #01414C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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