Html Css Color HEX #01464B Sherpa Blue

📋 copy color: '#01464B'

red 1 ◦ green 70 ◦ blue 75

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

Shades of Sherpa Blue #01464B

Tints of Sherpa Blue #01464B

RGB

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

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

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

R = 0.68%
G = 47.95%
B = 51.37%

CMYK

 C value IS 0.99

 M value IS 0.07

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#01464B (or 0x01464B) is known color: Sherpa Blue. HEX triplet: 01, 46 and 4B. RGB value is (1,70,75). Sum of RGB (Red+Green+Blue) = 1+70+75=146 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 146); Green value is 70 (27.73% from 255 or 47.95% from 146); Blue value is 75 (29.69% from 255 or 51.37% from 146); Max value from RGB is 75 - color contains mainly: blue. Hex color #01464B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01464B is #FEB9B4. Grayscale: #313131. Windows color (decimal): -16693685 or 4933121. OLE color: 4933121.

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

Color convert

RGB 1 70 75 -
CMYK 0.99 0.07 0 0.71
HSL 184.05º 0.97% 0.15% -
HSV(B) 184.05º 0.99% 0.29% -
XYZ 3.47 4.89 7.42 -
YUV 49.94 142.14 93.09 -
System Red Green Blue C M Y K H S L
Decimal 1 70 75 0.99 0.07 0 0.71 184.05 0.97 0.15
Hex 1 46 4B 63 7 0 47 B8 61 F
Octal 1 106 113 143 7 0 107 270 141 17
Binary 1 1000110 1001011 1100011 111 0 1000111 10111000 1100001 1111

Color Harmonies of #01464B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01464B

Black with #01464B

Text Example


Text Example

White with #01464B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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