Html Css Color HEX #014A51 Sherpa Blue

📋 copy color: '#014A51'

red 1 ◦ green 74 ◦ blue 81

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

Shades of Sherpa Blue #014A51

Tints of Sherpa Blue #014A51

RGB

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

 GREEN value IS 74 (29.3% from 255) = 47.44%

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

R = 0.64%
G = 47.44%
B = 51.92%

CMYK

 C value IS 0.99

 M value IS 0.09

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#014A51 (or 0x014A51) is known color: Sherpa Blue. HEX triplet: 01, 4A and 51. RGB value is (1,74,81). Sum of RGB (Red+Green+Blue) = 1+74+81=156 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 156); Green value is 74 (29.30% from 255 or 47.44% from 156); Blue value is 81 (32.03% from 255 or 51.92% from 156); Max value from RGB is 81 - color contains mainly: blue. Hex color #014A51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014A51 is #FEB5AE. Grayscale: #343434. Windows color (decimal): -16692655 or 5327361. OLE color: 5327361.

HSL color Cylindrical-coordinate representation of color #014A51: hue angle of 185.25º 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 #014A51 is Cyan = 0.99, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 1 74 81 -
CMYK 0.99 0.09 0 0.68
HSL 185.25º 0.98% 0.16% -
HSV(B) 185.25º 0.99% 0.32% -
XYZ 3.95 5.5 8.64 -
YUV 52.97 143.82 90.93 -
System Red Green Blue C M Y K H S L
Decimal 1 74 81 0.99 0.09 0 0.68 185.25 0.98 0.16
Hex 1 4A 51 63 9 0 44 B9 62 10
Octal 1 112 121 143 11 0 104 271 142 20
Binary 1 1001010 1010001 1100011 1001 0 1000100 10111001 1100010 10000

Color Harmonies of #014A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014A51

Black with #014A51

Text Example


Text Example

White with #014A51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014A51; }

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

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

background-color css

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

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

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

border-color css

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

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

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