Html Css Color HEX #014661 Sherpa Blue

📋 copy color: '#014661'

red 1 ◦ green 70 ◦ blue 97

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

Shades of Sherpa Blue #014661

Tints of Sherpa Blue #014661

RGB

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

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

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

R = 0.6%
G = 41.67%
B = 57.74%

CMYK

 C value IS 0.99

 M value IS 0.28

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#014661 (or 0x014661) is known color: Sherpa Blue. HEX triplet: 01, 46 and 61. RGB value is (1,70,97). Sum of RGB (Red+Green+Blue) = 1+70+97=168 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 168); Green value is 70 (27.73% from 255 or 41.67% from 168); Blue value is 97 (38.28% from 255 or 57.74% from 168); Max value from RGB is 97 - color contains mainly: blue. Hex color #014661 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014661 is #FEB99E. Grayscale: #343434. Windows color (decimal): -16693663 or 6374913. OLE color: 6374913.

HSL color Cylindrical-coordinate representation of color #014661: hue angle of 196.88º 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 #014661 is Cyan = 0.99, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 1 70 97 -
CMYK 0.99 0.28 0 0.62
HSL 196.88º 0.98% 0.19% -
HSV(B) 196.88º 0.99% 0.38% -
XYZ 4.36 5.25 12.09 -
YUV 52.45 153.14 91.3 -
System Red Green Blue C M Y K H S L
Decimal 1 70 97 0.99 0.28 0 0.62 196.88 0.98 0.19
Hex 1 46 61 63 1C 0 3E C5 62 13
Octal 1 106 141 143 34 0 76 305 142 23
Binary 1 1000110 1100001 1100011 11100 0 111110 11000101 1100010 10011

Color Harmonies of #014661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014661

Black with #014661

Text Example


Text Example

White with #014661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014661; }

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

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

background-color css

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

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

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

border-color css

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

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

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