Html Css Color HEX #014858 Sherpa Blue

📋 copy color: '#014858'

red 1 ◦ green 72 ◦ blue 88

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

Shades of Sherpa Blue #014858

Tints of Sherpa Blue #014858

RGB

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

 GREEN value IS 72 (28.52% from 255) = 44.72%

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

R = 0.62%
G = 44.72%
B = 54.66%

CMYK

 C value IS 0.99

 M value IS 0.18

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#014858 (or 0x014858) is known color: Sherpa Blue. HEX triplet: 01, 48 and 58. RGB value is (1,72,88). Sum of RGB (Red+Green+Blue) = 1+72+88=161 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 161); Green value is 72 (28.52% from 255 or 44.72% from 161); Blue value is 88 (34.77% from 255 or 54.66% from 161); Max value from RGB is 88 - color contains mainly: blue. Hex color #014858 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014858 is #FEB7A7. Grayscale: #343434. Windows color (decimal): -16693160 or 5785601. OLE color: 5785601.

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

Color convert

RGB 1 72 88 -
CMYK 0.99 0.18 0 0.65
HSL 191.03º 0.98% 0.17% -
HSV(B) 191.03º 0.99% 0.35% -
XYZ 4.09 5.35 10.05 -
YUV 52.6 147.98 91.2 -
System Red Green Blue C M Y K H S L
Decimal 1 72 88 0.99 0.18 0 0.65 191.03 0.98 0.17
Hex 1 48 58 63 12 0 41 BF 62 11
Octal 1 110 130 143 22 0 101 277 142 21
Binary 1 1001000 1011000 1100011 10010 0 1000001 10111111 1100010 10001

Color Harmonies of #014858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014858

Black with #014858

Text Example


Text Example

White with #014858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014858; }

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

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

background-color css

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

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

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

border-color css

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

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

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