Html Css Color HEX #01464F Sherpa Blue

📋 copy color: '#01464F'

red 1 ◦ green 70 ◦ blue 79

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

Shades of Sherpa Blue #01464F

Tints of Sherpa Blue #01464F

RGB

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

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

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

R = 0.67%
G = 46.67%
B = 52.67%

CMYK

 C value IS 0.99

 M value IS 0.11

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#01464F (or 0x01464F) is known color: Sherpa Blue. HEX triplet: 01, 46 and 4F. RGB value is (1,70,79). Sum of RGB (Red+Green+Blue) = 1+70+79=150 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 150); Green value is 70 (27.73% from 255 or 46.67% from 150); Blue value is 79 (31.25% from 255 or 52.67% from 150); Max value from RGB is 79 - color contains mainly: blue. Hex color #01464F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01464F is #FEB9B0. Grayscale: #323232. Windows color (decimal): -16693681 or 5195265. OLE color: 5195265.

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

Color convert

RGB 1 70 79 -
CMYK 0.99 0.11 0 0.69
HSL 186.92º 0.98% 0.16% -
HSV(B) 186.92º 0.99% 0.31% -
XYZ 3.61 4.95 8.16 -
YUV 50.4 144.14 92.77 -
System Red Green Blue C M Y K H S L
Decimal 1 70 79 0.99 0.11 0 0.69 186.92 0.98 0.16
Hex 1 46 4F 63 B 0 45 BB 62 10
Octal 1 106 117 143 13 0 105 273 142 20
Binary 1 1000110 1001111 1100011 1011 0 1000101 10111011 1100010 10000

Color Harmonies of #01464F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01464F

Black with #01464F

Text Example


Text Example

White with #01464F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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