Html Css Color HEX #01475E Sherpa Blue

📋 copy color: '#01475E'

red 1 ◦ green 71 ◦ blue 94

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

Shades of Sherpa Blue #01475E

Tints of Sherpa Blue #01475E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 42.77%

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

R = 0.6%
G = 42.77%
B = 56.63%

CMYK

 C value IS 0.99

 M value IS 0.24

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#01475E (or 0x01475E) is known color: Sherpa Blue. HEX triplet: 01, 47 and 5E. RGB value is (1,71,94). Sum of RGB (Red+Green+Blue) = 1+71+94=166 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 166); Green value is 71 (28.12% from 255 or 42.77% from 166); Blue value is 94 (37.11% from 255 or 56.63% from 166); Max value from RGB is 94 - color contains mainly: blue. Hex color #01475E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01475E is #FEB8A1. Grayscale: #343434. Windows color (decimal): -16693410 or 6178561. OLE color: 6178561.

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

Color convert

RGB 1 71 94 -
CMYK 0.99 0.24 0 0.63
HSL 194.84º 0.98% 0.19% -
HSV(B) 194.84º 0.99% 0.37% -
XYZ 4.29 5.32 11.39 -
YUV 52.69 151.31 91.13 -
System Red Green Blue C M Y K H S L
Decimal 1 71 94 0.99 0.24 0 0.63 194.84 0.98 0.19
Hex 1 47 5E 63 18 0 3F C3 62 13
Octal 1 107 136 143 30 0 77 303 142 23
Binary 1 1000111 1011110 1100011 11000 0 111111 11000011 1100010 10011

Color Harmonies of #01475E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01475E

Black with #01475E

Text Example


Text Example

White with #01475E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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