Html Css Color HEX #014259 Sherpa Blue

📋 copy color: '#014259'

red 1 ◦ green 66 ◦ blue 89

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

Shades of Sherpa Blue #014259

Tints of Sherpa Blue #014259

RGB

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

 GREEN value IS 66 (26.17% from 255) = 42.31%

 BLUE value IS 89 (35.16% from 255) = 57.05%

R = 0.64%
G = 42.31%
B = 57.05%

CMYK

 C value IS 0.99

 M value IS 0.26

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#014259 (or 0x014259) is known color: Sherpa Blue. HEX triplet: 01, 42 and 59. RGB value is (1,66,89). Sum of RGB (Red+Green+Blue) = 1+66+89=156 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 156); Green value is 66 (26.17% from 255 or 42.31% from 156); Blue value is 89 (35.16% from 255 or 57.05% from 156); Max value from RGB is 89 - color contains mainly: blue. Hex color #014259 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014259 is #FEBDA6. Grayscale: #313131. Windows color (decimal): -16694695 or 5849601. OLE color: 5849601.

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

Color convert

RGB 1 66 89 -
CMYK 0.99 0.26 0 0.65
HSL 195.68º 0.98% 0.18% -
HSV(B) 195.68º 0.99% 0.35% -
XYZ 3.76 4.62 10.15 -
YUV 49.19 150.47 93.63 -
System Red Green Blue C M Y K H S L
Decimal 1 66 89 0.99 0.26 0 0.65 195.68 0.98 0.18
Hex 1 42 59 63 1A 0 41 C4 62 12
Octal 1 102 131 143 32 0 101 304 142 22
Binary 1 1000010 1011001 1100011 11010 0 1000001 11000100 1100010 10010

Color Harmonies of #014259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014259

Black with #014259

Text Example


Text Example

White with #014259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014259; }

 p { color: rgb(1,66,89); }

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

background-color css

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

 a { background-color: rgb(1,66,89); }

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

border-color css

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

 span { border-color: rgb(1,66,89); }

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