Html Css Color HEX #01464D Sherpa Blue

📋 copy color: '#01464D'

red 1 ◦ green 70 ◦ blue 77

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

Shades of Sherpa Blue #01464D

Tints of Sherpa Blue #01464D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 47.3%

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

R = 0.68%
G = 47.3%
B = 52.03%

CMYK

 C value IS 0.99

 M value IS 0.09

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#01464D (or 0x01464D) is known color: Sherpa Blue. HEX triplet: 01, 46 and 4D. RGB value is (1,70,77). Sum of RGB (Red+Green+Blue) = 1+70+77=148 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 148); Green value is 70 (27.73% from 255 or 47.30% from 148); Blue value is 77 (30.47% from 255 or 52.03% from 148); Max value from RGB is 77 - color contains mainly: blue. Hex color #01464D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01464D is #FEB9B2. Grayscale: #323232. Windows color (decimal): -16693683 or 5064193. OLE color: 5064193.

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

Color convert

RGB 1 70 77 -
CMYK 0.99 0.09 0 0.70
HSL 185.53º 0.97% 0.15% -
HSV(B) 185.53º 0.99% 0.3% -
XYZ 3.54 4.92 7.78 -
YUV 50.17 143.14 92.93 -
System Red Green Blue C M Y K H S L
Decimal 1 70 77 0.99 0.09 0 0.70 185.53 0.97 0.15
Hex 1 46 4D 63 9 0 46 BA 61 F
Octal 1 106 115 143 11 0 106 272 141 17
Binary 1 1000110 1001101 1100011 1001 0 1000110 10111010 1100001 1111

Color Harmonies of #01464D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01464D

Black with #01464D

Text Example


Text Example

White with #01464D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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