Html Css Color HEX #014154 Sherpa Blue

📋 copy color: '#014154'

red 1 ◦ green 65 ◦ blue 84

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

Shades of Sherpa Blue #014154

Tints of Sherpa Blue #014154

RGB

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

 GREEN value IS 65 (25.78% from 255) = 43.33%

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

R = 0.67%
G = 43.33%
B = 56%

CMYK

 C value IS 0.99

 M value IS 0.23

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#014154 (or 0x014154) is known color: Sherpa Blue. HEX triplet: 01, 41 and 54. RGB value is (1,65,84). Sum of RGB (Red+Green+Blue) = 1+65+84=150 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 150); Green value is 65 (25.78% from 255 or 43.33% from 150); Blue value is 84 (33.20% from 255 or 56% from 150); Max value from RGB is 84 - color contains mainly: blue. Hex color #014154 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014154 is #FEBEAB. Grayscale: #2F2F2F. Windows color (decimal): -16694956 or 5521665. OLE color: 5521665.

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

Color convert

RGB 1 65 84 -
CMYK 0.99 0.23 0 0.67
HSL 193.73º 0.98% 0.17% -
HSV(B) 193.73º 0.99% 0.33% -
XYZ 3.5 4.43 9.06 -
YUV 48.03 148.3 94.46 -
System Red Green Blue C M Y K H S L
Decimal 1 65 84 0.99 0.23 0 0.67 193.73 0.98 0.17
Hex 1 41 54 63 17 0 43 C2 62 11
Octal 1 101 124 143 27 0 103 302 142 21
Binary 1 1000001 1010100 1100011 10111 0 1000011 11000010 1100010 10001

Color Harmonies of #014154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014154

Black with #014154

Text Example


Text Example

White with #014154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014154; }

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

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

background-color css

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

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

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

border-color css

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

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

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