Html Css Color HEX #01414E Sherpa Blue

📋 copy color: '#01414E'

red 1 ◦ green 65 ◦ blue 78

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

Shades of Sherpa Blue #01414E

Tints of Sherpa Blue #01414E

RGB

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

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

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

R = 0.69%
G = 45.14%
B = 54.17%

CMYK

 C value IS 0.99

 M value IS 0.17

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#01414E (or 0x01414E) is known color: Sherpa Blue. HEX triplet: 01, 41 and 4E. RGB value is (1,65,78). Sum of RGB (Red+Green+Blue) = 1+65+78=144 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 144); Green value is 65 (25.78% from 255 or 45.14% from 144); Blue value is 78 (30.86% from 255 or 54.17% from 144); Max value from RGB is 78 - color contains mainly: blue. Hex color #01414E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01414E is #FEBEB1. Grayscale: #2F2F2F. Windows color (decimal): -16694962 or 5128449. OLE color: 5128449.

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

Color convert

RGB 1 65 78 -
CMYK 0.99 0.17 0 0.69
HSL 190.13º 0.97% 0.15% -
HSV(B) 190.13º 0.99% 0.31% -
XYZ 3.28 4.34 7.87 -
YUV 47.35 145.3 94.94 -
System Red Green Blue C M Y K H S L
Decimal 1 65 78 0.99 0.17 0 0.69 190.13 0.97 0.15
Hex 1 41 4E 63 11 0 45 BE 61 F
Octal 1 101 116 143 21 0 105 276 141 17
Binary 1 1000001 1001110 1100011 10001 0 1000101 10111110 1100001 1111

Color Harmonies of #01414E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01414E

Black with #01414E

Text Example


Text Example

White with #01414E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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