Html Css Color HEX #014554 Sherpa Blue

📋 copy color: '#014554'

red 1 ◦ green 69 ◦ blue 84

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

Shades of Sherpa Blue #014554

Tints of Sherpa Blue #014554

RGB

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

 GREEN value IS 69 (27.34% from 255) = 44.81%

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

R = 0.65%
G = 44.81%
B = 54.55%

CMYK

 C value IS 0.99

 M value IS 0.18

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#014554 (or 0x014554) is known color: Sherpa Blue. HEX triplet: 01, 45 and 54. RGB value is (1,69,84). Sum of RGB (Red+Green+Blue) = 1+69+84=154 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 154); Green value is 69 (27.34% from 255 or 44.81% from 154); Blue value is 84 (33.20% from 255 or 54.55% from 154); Max value from RGB is 84 - color contains mainly: blue. Hex color #014554 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014554 is #FEBAAB. Grayscale: #323232. Windows color (decimal): -16693932 or 5522689. OLE color: 5522689.

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

Color convert

RGB 1 69 84 -
CMYK 0.99 0.18 0 0.67
HSL 190.84º 0.98% 0.17% -
HSV(B) 190.84º 0.99% 0.33% -
XYZ 3.74 4.9 9.14 -
YUV 50.38 146.97 92.78 -
System Red Green Blue C M Y K H S L
Decimal 1 69 84 0.99 0.18 0 0.67 190.84 0.98 0.17
Hex 1 45 54 63 12 0 43 BF 62 11
Octal 1 105 124 143 22 0 103 277 142 21
Binary 1 1000101 1010100 1100011 10010 0 1000011 10111111 1100010 10001

Color Harmonies of #014554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014554

Black with #014554

Text Example


Text Example

White with #014554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014554; }

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

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

background-color css

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

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

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

border-color css

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

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

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