Html Css Color HEX #014654 Sherpa Blue

📋 copy color: '#014654'

red 1 ◦ green 70 ◦ blue 84

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

Shades of Sherpa Blue #014654

Tints of Sherpa Blue #014654

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 54.19%

R = 0.65%
G = 45.16%
B = 54.19%

CMYK

 C value IS 0.99

 M value IS 0.17

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#014654 (or 0x014654) is known color: Sherpa Blue. HEX triplet: 01, 46 and 54. RGB value is (1,70,84). Sum of RGB (Red+Green+Blue) = 1+70+84=155 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 155); Green value is 70 (27.73% from 255 or 45.16% from 155); Blue value is 84 (33.20% from 255 or 54.19% from 155); Max value from RGB is 84 - color contains mainly: blue. Hex color #014654 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014654 is #FEB9AB. Grayscale: #323232. Windows color (decimal): -16693676 or 5522945. OLE color: 5522945.

HSL color Cylindrical-coordinate representation of color #014654: hue angle of 190.12º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014654 is Cyan = 0.99, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 1 70 84 -
CMYK 0.99 0.17 0 0.67
HSL 190.12º 0.98% 0.17% -
HSV(B) 190.12º 0.99% 0.33% -
XYZ 3.8 5.03 9.16 -
YUV 50.97 146.64 92.36 -
System Red Green Blue C M Y K H S L
Decimal 1 70 84 0.99 0.17 0 0.67 190.12 0.98 0.17
Hex 1 46 54 63 11 0 43 BE 62 11
Octal 1 106 124 143 21 0 103 276 142 21
Binary 1 1000110 1010100 1100011 10001 0 1000011 10111110 1100010 10001

Color Harmonies of #014654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014654

Black with #014654

Text Example


Text Example

White with #014654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014654; }

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

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

background-color css

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

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

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

border-color css

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

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

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