Html Css Color HEX #01475C Sherpa Blue

📋 copy color: '#01475C'

red 1 ◦ green 71 ◦ blue 92

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

Shades of Sherpa Blue #01475C

Tints of Sherpa Blue #01475C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 56.1%

R = 0.61%
G = 43.29%
B = 56.1%

CMYK

 C value IS 0.99

 M value IS 0.23

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#01475C (or 0x01475C) is known color: Sherpa Blue. HEX triplet: 01, 47 and 5C. RGB value is (1,71,92). Sum of RGB (Red+Green+Blue) = 1+71+92=164 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 164); Green value is 71 (28.12% from 255 or 43.29% from 164); Blue value is 92 (36.33% from 255 or 56.10% from 164); Max value from RGB is 92 - color contains mainly: blue. Hex color #01475C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01475C is #FEB8A3. Grayscale: #343434. Windows color (decimal): -16693412 or 6047489. OLE color: 6047489.

HSL color Cylindrical-coordinate representation of color #01475C: hue angle of 193.85º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01475C is Cyan = 0.99, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 1 71 92 -
CMYK 0.99 0.23 0 0.64
HSL 193.85º 0.98% 0.18% -
HSV(B) 193.85º 0.99% 0.36% -
XYZ 4.2 5.29 10.92 -
YUV 52.46 150.31 91.29 -
System Red Green Blue C M Y K H S L
Decimal 1 71 92 0.99 0.23 0 0.64 193.85 0.98 0.18
Hex 1 47 5C 63 17 0 40 C2 62 12
Octal 1 107 134 143 27 0 100 302 142 22
Binary 1 1000111 1011100 1100011 10111 0 1000000 11000010 1100010 10010

Color Harmonies of #01475C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01475C

Black with #01475C

Text Example


Text Example

White with #01475C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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