Html Css Color HEX #01404D Sherpa Blue

📋 copy color: '#01404D'

red 1 ◦ green 64 ◦ blue 77

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

Shades of Sherpa Blue #01404D

Tints of Sherpa Blue #01404D

RGB

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

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

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

R = 0.7%
G = 45.07%
B = 54.23%

CMYK

 C value IS 0.99

 M value IS 0.17

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#01404D (or 0x01404D) is known color: Sherpa Blue. HEX triplet: 01, 40 and 4D. RGB value is (1,64,77). Sum of RGB (Red+Green+Blue) = 1+64+77=142 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 142); Green value is 64 (25.39% from 255 or 45.07% from 142); Blue value is 77 (30.47% from 255 or 54.23% from 142); Max value from RGB is 77 - color contains mainly: blue. Hex color #01404D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01404D is #FEBFB2. Grayscale: #2E2E2E. Windows color (decimal): -16695219 or 5062657. OLE color: 5062657.

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

Color convert

RGB 1 64 77 -
CMYK 0.99 0.17 0 0.70
HSL 190.26º 0.97% 0.15% -
HSV(B) 190.26º 0.99% 0.3% -
XYZ 3.19 4.21 7.67 -
YUV 46.65 145.13 95.44 -
System Red Green Blue C M Y K H S L
Decimal 1 64 77 0.99 0.17 0 0.70 190.26 0.97 0.15
Hex 1 40 4D 63 11 0 46 BE 61 F
Octal 1 100 115 143 21 0 106 276 141 17
Binary 1 1000000 1001101 1100011 10001 0 1000110 10111110 1100001 1111

Color Harmonies of #01404D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01404D

Black with #01404D

Text Example


Text Example

White with #01404D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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