Html Css Color HEX #014962 Sherpa Blue

📋 copy color: '#014962'

red 1 ◦ green 73 ◦ blue 98

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

Shades of Sherpa Blue #014962

Tints of Sherpa Blue #014962

RGB

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

 GREEN value IS 73 (28.91% from 255) = 42.44%

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

R = 0.58%
G = 42.44%
B = 56.98%

CMYK

 C value IS 0.99

 M value IS 0.26

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#014962 (or 0x014962) is known color: Sherpa Blue. HEX triplet: 01, 49 and 62. RGB value is (1,73,98). Sum of RGB (Red+Green+Blue) = 1+73+98=172 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 172); Green value is 73 (28.91% from 255 or 42.44% from 172); Blue value is 98 (38.67% from 255 or 56.98% from 172); Max value from RGB is 98 - color contains mainly: blue. Hex color #014962 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014962 is #FEB69D. Grayscale: #363636. Windows color (decimal): -16692894 or 6441217. OLE color: 6441217.

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

Color convert

RGB 1 73 98 -
CMYK 0.99 0.26 0 0.62
HSL 195.46º 0.98% 0.19% -
HSV(B) 195.46º 0.99% 0.38% -
XYZ 4.6 5.65 12.4 -
YUV 54.32 152.65 89.97 -
System Red Green Blue C M Y K H S L
Decimal 1 73 98 0.99 0.26 0 0.62 195.46 0.98 0.19
Hex 1 49 62 63 1A 0 3E C3 62 13
Octal 1 111 142 143 32 0 76 303 142 23
Binary 1 1001001 1100010 1100011 11010 0 111110 11000011 1100010 10011

Color Harmonies of #014962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014962

Black with #014962

Text Example


Text Example

White with #014962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014962; }

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

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

background-color css

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

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

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

border-color css

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

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

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