Html Css Color HEX #01404A Sherpa Blue

📋 copy color: '#01404A'

red 1 ◦ green 64 ◦ blue 74

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

Shades of Sherpa Blue #01404A

Tints of Sherpa Blue #01404A

RGB

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

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

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

R = 0.72%
G = 46.04%
B = 53.24%

CMYK

 C value IS 0.99

 M value IS 0.14

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#01404A (or 0x01404A) is known color: Sherpa Blue. HEX triplet: 01, 40 and 4A. RGB value is (1,64,74). Sum of RGB (Red+Green+Blue) = 1+64+74=139 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 139); Green value is 64 (25.39% from 255 or 46.04% from 139); Blue value is 74 (29.30% from 255 or 53.24% from 139); Max value from RGB is 74 - color contains mainly: blue. Hex color #01404A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01404A is #FEBFB5. Grayscale: #2E2E2E. Windows color (decimal): -16695222 or 4866049. OLE color: 4866049.

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

Color convert

RGB 1 64 74 -
CMYK 0.99 0.14 0 0.71
HSL 188.22º 0.97% 0.15% -
HSV(B) 188.22º 0.99% 0.29% -
XYZ 3.08 4.17 7.12 -
YUV 46.3 143.63 95.69 -
System Red Green Blue C M Y K H S L
Decimal 1 64 74 0.99 0.14 0 0.71 188.22 0.97 0.15
Hex 1 40 4A 63 E 0 47 BC 61 F
Octal 1 100 112 143 16 0 107 274 141 17
Binary 1 1000000 1001010 1100011 1110 0 1000111 10111100 1100001 1111

Color Harmonies of #01404A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01404A

Black with #01404A

Text Example


Text Example

White with #01404A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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