Html Css Color HEX #01404B Sherpa Blue

📋 copy color: '#01404B'

red 1 ◦ green 64 ◦ blue 75

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

Shades of Sherpa Blue #01404B

Tints of Sherpa Blue #01404B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 53.57%

R = 0.71%
G = 45.71%
B = 53.57%

CMYK

 C value IS 0.99

 M value IS 0.15

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#01404B (or 0x01404B) is known color: Sherpa Blue. HEX triplet: 01, 40 and 4B. RGB value is (1,64,75). Sum of RGB (Red+Green+Blue) = 1+64+75=140 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 140); Green value is 64 (25.39% from 255 or 45.71% from 140); Blue value is 75 (29.69% from 255 or 53.57% from 140); Max value from RGB is 75 - color contains mainly: blue. Hex color #01404B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01404B is #FEBFB4. Grayscale: #2E2E2E. Windows color (decimal): -16695221 or 4931585. OLE color: 4931585.

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

Color convert

RGB 1 64 75 -
CMYK 0.99 0.15 0 0.71
HSL 188.92º 0.97% 0.15% -
HSV(B) 188.92º 0.99% 0.29% -
XYZ 3.12 4.18 7.3 -
YUV 46.42 144.13 95.61 -
System Red Green Blue C M Y K H S L
Decimal 1 64 75 0.99 0.15 0 0.71 188.92 0.97 0.15
Hex 1 40 4B 63 F 0 47 BD 61 F
Octal 1 100 113 143 17 0 107 275 141 17
Binary 1 1000000 1001011 1100011 1111 0 1000111 10111101 1100001 1111

Color Harmonies of #01404B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01404B

Black with #01404B

Text Example


Text Example

White with #01404B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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