Html Css Color HEX #01414A Sherpa Blue

📋 copy color: '#01414A'

red 1 ◦ green 65 ◦ blue 74

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

Shades of Sherpa Blue #01414A

Tints of Sherpa Blue #01414A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 52.86%

R = 0.71%
G = 46.43%
B = 52.86%

CMYK

 C value IS 0.99

 M value IS 0.12

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#01414A (or 0x01414A) is known color: Sherpa Blue. HEX triplet: 01, 41 and 4A. RGB value is (1,65,74). Sum of RGB (Red+Green+Blue) = 1+65+74=140 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 140); Green value is 65 (25.78% from 255 or 46.43% from 140); Blue value is 74 (29.30% from 255 or 52.86% from 140); Max value from RGB is 74 - color contains mainly: blue. Hex color #01414A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01414A is #FEBEB5. Grayscale: #2E2E2E. Windows color (decimal): -16694966 or 4866305. OLE color: 4866305.

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

Color convert

RGB 1 65 74 -
CMYK 0.99 0.12 0 0.71
HSL 187.4º 0.97% 0.15% -
HSV(B) 187.4º 0.99% 0.29% -
XYZ 3.14 4.28 7.14 -
YUV 46.89 143.3 95.27 -
System Red Green Blue C M Y K H S L
Decimal 1 65 74 0.99 0.12 0 0.71 187.4 0.97 0.15
Hex 1 41 4A 63 C 0 47 BB 61 F
Octal 1 101 112 143 14 0 107 273 141 17
Binary 1 1000001 1001010 1100011 1100 0 1000111 10111011 1100001 1111

Color Harmonies of #01414A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01414A

Black with #01414A

Text Example


Text Example

White with #01414A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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