Html Css Color HEX #014551 Sherpa Blue

📋 copy color: '#014551'

red 1 ◦ green 69 ◦ blue 81

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

Shades of Sherpa Blue #014551

Tints of Sherpa Blue #014551

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 53.64%

R = 0.66%
G = 45.7%
B = 53.64%

CMYK

 C value IS 0.99

 M value IS 0.15

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#014551 (or 0x014551) is known color: Sherpa Blue. HEX triplet: 01, 45 and 51. RGB value is (1,69,81). Sum of RGB (Red+Green+Blue) = 1+69+81=151 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 151); Green value is 69 (27.34% from 255 or 45.70% from 151); Blue value is 81 (32.03% from 255 or 53.64% from 151); Max value from RGB is 81 - color contains mainly: blue. Hex color #014551 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014551 is #FEBAAE. Grayscale: #313131. Windows color (decimal): -16693935 or 5326081. OLE color: 5326081.

HSL color Cylindrical-coordinate representation of color #014551: hue angle of 189º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014551 is Cyan = 0.99, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 1 69 81 -
CMYK 0.99 0.15 0 0.68
HSL 189º 0.98% 0.16% -
HSV(B) 189º 0.99% 0.32% -
XYZ 3.63 4.86 8.53 -
YUV 50.04 145.47 93.02 -
System Red Green Blue C M Y K H S L
Decimal 1 69 81 0.99 0.15 0 0.68 189 0.98 0.16
Hex 1 45 51 63 F 0 44 BD 62 10
Octal 1 105 121 143 17 0 104 275 142 20
Binary 1 1000101 1010001 1100011 1111 0 1000100 10111101 1100010 10000

Color Harmonies of #014551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014551

Black with #014551

Text Example


Text Example

White with #014551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014551; }

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

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

background-color css

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

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

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

border-color css

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

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

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