Html Css Color HEX #014A62 Sherpa Blue

📋 copy color: '#014A62'

red 1 ◦ green 74 ◦ blue 98

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

Shades of Sherpa Blue #014A62

Tints of Sherpa Blue #014A62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 56.65%

R = 0.58%
G = 42.77%
B = 56.65%

CMYK

 C value IS 0.99

 M value IS 0.24

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#014A62 (or 0x014A62) is known color: Sherpa Blue. HEX triplet: 01, 4A and 62. RGB value is (1,74,98). Sum of RGB (Red+Green+Blue) = 1+74+98=173 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 173); Green value is 74 (29.30% from 255 or 42.77% from 173); Blue value is 98 (38.67% from 255 or 56.65% from 173); Max value from RGB is 98 - color contains mainly: blue. Hex color #014A62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014A62 is #FEB59D. Grayscale: #363636. Windows color (decimal): -16692638 or 6441473. OLE color: 6441473.

HSL color Cylindrical-coordinate representation of color #014A62: hue angle of 194.85º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014A62 is Cyan = 0.99, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 1 74 98 -
CMYK 0.99 0.24 0 0.62
HSL 194.85º 0.98% 0.19% -
HSV(B) 194.85º 0.99% 0.38% -
XYZ 4.67 5.79 12.43 -
YUV 54.91 152.32 89.55 -
System Red Green Blue C M Y K H S L
Decimal 1 74 98 0.99 0.24 0 0.62 194.85 0.98 0.19
Hex 1 4A 62 63 18 0 3E C3 62 13
Octal 1 112 142 143 30 0 76 303 142 23
Binary 1 1001010 1100010 1100011 11000 0 111110 11000011 1100010 10011

Color Harmonies of #014A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014A62

Black with #014A62

Text Example


Text Example

White with #014A62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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