Html Css Color HEX #014761 Sherpa Blue

📋 copy color: '#014761'

red 1 ◦ green 71 ◦ blue 97

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

Shades of Sherpa Blue #014761

Tints of Sherpa Blue #014761

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 57.4%

R = 0.59%
G = 42.01%
B = 57.4%

CMYK

 C value IS 0.99

 M value IS 0.27

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#014761 (or 0x014761) is known color: Sherpa Blue. HEX triplet: 01, 47 and 61. RGB value is (1,71,97). Sum of RGB (Red+Green+Blue) = 1+71+97=169 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 169); Green value is 71 (28.12% from 255 or 42.01% from 169); Blue value is 97 (38.28% from 255 or 57.40% from 169); Max value from RGB is 97 - color contains mainly: blue. Hex color #014761 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014761 is #FEB89E. Grayscale: #343434. Windows color (decimal): -16693407 or 6375169. OLE color: 6375169.

HSL color Cylindrical-coordinate representation of color #014761: hue angle of 196.25º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014761 is Cyan = 0.99, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 1 71 97 -
CMYK 0.99 0.27 0 0.62
HSL 196.25º 0.98% 0.19% -
HSV(B) 196.25º 0.99% 0.38% -
XYZ 4.42 5.38 12.11 -
YUV 53.03 152.81 90.89 -
System Red Green Blue C M Y K H S L
Decimal 1 71 97 0.99 0.27 0 0.62 196.25 0.98 0.19
Hex 1 47 61 63 1B 0 3E C4 62 13
Octal 1 107 141 143 33 0 76 304 142 23
Binary 1 1000111 1100001 1100011 11011 0 111110 11000100 1100010 10011

Color Harmonies of #014761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014761

Black with #014761

Text Example


Text Example

White with #014761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014761; }

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

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

background-color css

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

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

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

border-color css

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

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

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