Html Css Color HEX #01485E Sherpa Blue

📋 copy color: '#01485E'

red 1 ◦ green 72 ◦ blue 94

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

Shades of Sherpa Blue #01485E

Tints of Sherpa Blue #01485E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 43.11%

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

R = 0.6%
G = 43.11%
B = 56.29%

CMYK

 C value IS 0.99

 M value IS 0.23

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#01485E (or 0x01485E) is known color: Sherpa Blue. HEX triplet: 01, 48 and 5E. RGB value is (1,72,94). Sum of RGB (Red+Green+Blue) = 1+72+94=167 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 167); Green value is 72 (28.52% from 255 or 43.11% from 167); Blue value is 94 (37.11% from 255 or 56.29% from 167); Max value from RGB is 94 - color contains mainly: blue. Hex color #01485E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01485E is #FEB7A1. Grayscale: #353535. Windows color (decimal): -16693154 or 6178817. OLE color: 6178817.

HSL color Cylindrical-coordinate representation of color #01485E: hue angle of 194.19º 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 #01485E is Cyan = 0.99, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 1 72 94 -
CMYK 0.99 0.23 0 0.63
HSL 194.19º 0.98% 0.19% -
HSV(B) 194.19º 0.99% 0.37% -
XYZ 4.35 5.45 11.41 -
YUV 53.28 150.98 90.71 -
System Red Green Blue C M Y K H S L
Decimal 1 72 94 0.99 0.23 0 0.63 194.19 0.98 0.19
Hex 1 48 5E 63 17 0 3F C2 62 13
Octal 1 110 136 143 27 0 77 302 142 23
Binary 1 1001000 1011110 1100011 10111 0 111111 11000010 1100010 10011

Color Harmonies of #01485E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01485E

Black with #01485E

Text Example


Text Example

White with #01485E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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