Html Css Color HEX #01465A Sherpa Blue

📋 copy color: '#01465A'

red 1 ◦ green 70 ◦ blue 90

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

Shades of Sherpa Blue #01465A

Tints of Sherpa Blue #01465A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 55.9%

R = 0.62%
G = 43.48%
B = 55.9%

CMYK

 C value IS 0.99

 M value IS 0.22

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#01465A (or 0x01465A) is known color: Sherpa Blue. HEX triplet: 01, 46 and 5A. RGB value is (1,70,90). Sum of RGB (Red+Green+Blue) = 1+70+90=161 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 161); Green value is 70 (27.73% from 255 or 43.48% from 161); Blue value is 90 (35.55% from 255 or 55.90% from 161); Max value from RGB is 90 - color contains mainly: blue. Hex color #01465A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01465A is #FEB9A5. Grayscale: #333333. Windows color (decimal): -16693670 or 5916161. OLE color: 5916161.

HSL color Cylindrical-coordinate representation of color #01465A: hue angle of 193.48º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01465A is Cyan = 0.99, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 1 70 90 -
CMYK 0.99 0.22 0 0.65
HSL 193.48º 0.98% 0.18% -
HSV(B) 193.48º 0.99% 0.35% -
XYZ 4.05 5.12 10.45 -
YUV 51.65 149.64 91.87 -
System Red Green Blue C M Y K H S L
Decimal 1 70 90 0.99 0.22 0 0.65 193.48 0.98 0.18
Hex 1 46 5A 63 16 0 41 C1 62 12
Octal 1 106 132 143 26 0 101 301 142 22
Binary 1 1000110 1011010 1100011 10110 0 1000001 11000001 1100010 10010

Color Harmonies of #01465A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01465A

Black with #01465A

Text Example


Text Example

White with #01465A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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