Html Css Color HEX #01404E Sherpa Blue

📋 copy color: '#01404E'

red 1 ◦ green 64 ◦ blue 78

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

Shades of Sherpa Blue #01404E

Tints of Sherpa Blue #01404E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 44.76%

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

R = 0.7%
G = 44.76%
B = 54.55%

CMYK

 C value IS 0.99

 M value IS 0.18

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#01404E (or 0x01404E) is known color: Sherpa Blue. HEX triplet: 01, 40 and 4E. RGB value is (1,64,78). Sum of RGB (Red+Green+Blue) = 1+64+78=143 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 143); Green value is 64 (25.39% from 255 or 44.76% from 143); Blue value is 78 (30.86% from 255 or 54.55% from 143); Max value from RGB is 78 - color contains mainly: blue. Hex color #01404E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01404E is #FEBFB1. Grayscale: #2E2E2E. Windows color (decimal): -16695218 or 5128193. OLE color: 5128193.

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

Color convert

RGB 1 64 78 -
CMYK 0.99 0.18 0 0.69
HSL 190.91º 0.97% 0.15% -
HSV(B) 190.91º 0.99% 0.31% -
XYZ 3.22 4.22 7.85 -
YUV 46.76 145.63 95.36 -
System Red Green Blue C M Y K H S L
Decimal 1 64 78 0.99 0.18 0 0.69 190.91 0.97 0.15
Hex 1 40 4E 63 12 0 45 BF 61 F
Octal 1 100 116 143 22 0 105 277 141 17
Binary 1 1000000 1001110 1100011 10010 0 1000101 10111111 1100001 1111

Color Harmonies of #01404E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01404E

Black with #01404E

Text Example


Text Example

White with #01404E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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