Html Css Color HEX #01404F Sherpa Blue

📋 copy color: '#01404F'

red 1 ◦ green 64 ◦ blue 79

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

Shades of Sherpa Blue #01404F

Tints of Sherpa Blue #01404F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 54.86%

R = 0.69%
G = 44.44%
B = 54.86%

CMYK

 C value IS 0.99

 M value IS 0.19

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#01404F (or 0x01404F) is known color: Sherpa Blue. HEX triplet: 01, 40 and 4F. RGB value is (1,64,79). Sum of RGB (Red+Green+Blue) = 1+64+79=144 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 144); Green value is 64 (25.39% from 255 or 44.44% from 144); Blue value is 79 (31.25% from 255 or 54.86% from 144); Max value from RGB is 79 - color contains mainly: blue. Hex color #01404F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01404F is #FEBFB0. Grayscale: #2E2E2E. Windows color (decimal): -16695217 or 5193729. OLE color: 5193729.

HSL color Cylindrical-coordinate representation of color #01404F: hue angle of 191.54º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01404F is Cyan = 0.99, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 1 64 79 -
CMYK 0.99 0.19 0 0.69
HSL 191.54º 0.98% 0.16% -
HSV(B) 191.54º 0.99% 0.31% -
XYZ 3.26 4.24 8.04 -
YUV 46.87 146.13 95.28 -
System Red Green Blue C M Y K H S L
Decimal 1 64 79 0.99 0.19 0 0.69 191.54 0.98 0.16
Hex 1 40 4F 63 13 0 45 C0 62 10
Octal 1 100 117 143 23 0 105 300 142 20
Binary 1 1000000 1001111 1100011 10011 0 1000101 11000000 1100010 10000

Color Harmonies of #01404F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01404F

Black with #01404F

Text Example


Text Example

White with #01404F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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