Html Css Color HEX #01465E Sherpa Blue

📋 copy color: '#01465E'

red 1 ◦ green 70 ◦ blue 94

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

Shades of Sherpa Blue #01465E

Tints of Sherpa Blue #01465E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 56.97%

R = 0.61%
G = 42.42%
B = 56.97%

CMYK

 C value IS 0.99

 M value IS 0.26

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#01465E (or 0x01465E) is known color: Sherpa Blue. HEX triplet: 01, 46 and 5E. RGB value is (1,70,94). Sum of RGB (Red+Green+Blue) = 1+70+94=165 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 165); Green value is 70 (27.73% from 255 or 42.42% from 165); Blue value is 94 (37.11% from 255 or 56.97% from 165); Max value from RGB is 94 - color contains mainly: blue. Hex color #01465E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01465E is #FEB9A1. Grayscale: #333333. Windows color (decimal): -16693666 or 6178305. OLE color: 6178305.

HSL color Cylindrical-coordinate representation of color #01465E: hue angle of 195.48º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01465E is Cyan = 0.99, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 1 70 94 -
CMYK 0.99 0.26 0 0.63
HSL 195.48º 0.98% 0.19% -
HSV(B) 195.48º 0.99% 0.37% -
XYZ 4.22 5.19 11.37 -
YUV 52.11 151.64 91.55 -
System Red Green Blue C M Y K H S L
Decimal 1 70 94 0.99 0.26 0 0.63 195.48 0.98 0.19
Hex 1 46 5E 63 1A 0 3F C3 62 13
Octal 1 106 136 143 32 0 77 303 142 23
Binary 1 1000110 1011110 1100011 11010 0 111111 11000011 1100010 10011

Color Harmonies of #01465E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01465E

Black with #01465E

Text Example


Text Example

White with #01465E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01465E; }

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

 H1.HeaderClassName
 {
   color: #01465E;
 }
 .AnyTagClassName
 {
   color: #01465E;
 }
</style>

background-color css

<style>
 a { background-color: #01465E; }

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

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

border-color css

<style>
 span { border-color: #01465E; }

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

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