Html Css Color HEX #014A58 Sherpa Blue

📋 copy color: '#014A58'

red 1 ◦ green 74 ◦ blue 88

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

Shades of Sherpa Blue #014A58

Tints of Sherpa Blue #014A58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 53.99%

R = 0.61%
G = 45.4%
B = 53.99%

CMYK

 C value IS 0.99

 M value IS 0.16

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#014A58 (or 0x014A58) is known color: Sherpa Blue. HEX triplet: 01, 4A and 58. RGB value is (1,74,88). Sum of RGB (Red+Green+Blue) = 1+74+88=163 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 163); Green value is 74 (29.30% from 255 or 45.40% from 163); Blue value is 88 (34.77% from 255 or 53.99% from 163); Max value from RGB is 88 - color contains mainly: blue. Hex color #014A58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014A58 is #FEB5A7. Grayscale: #353535. Windows color (decimal): -16692648 or 5786113. OLE color: 5786113.

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

Color convert

RGB 1 74 88 -
CMYK 0.99 0.16 0 0.65
HSL 189.66º 0.98% 0.17% -
HSV(B) 189.66º 0.99% 0.35% -
XYZ 4.22 5.61 10.09 -
YUV 53.77 147.32 90.36 -
System Red Green Blue C M Y K H S L
Decimal 1 74 88 0.99 0.16 0 0.65 189.66 0.98 0.17
Hex 1 4A 58 63 10 0 41 BE 62 11
Octal 1 112 130 143 20 0 101 276 142 21
Binary 1 1001010 1011000 1100011 10000 0 1000001 10111110 1100010 10001

Color Harmonies of #014A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014A58

Black with #014A58

Text Example


Text Example

White with #014A58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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