Html Css Color HEX #014359 Sherpa Blue

📋 copy color: '#014359'

red 1 ◦ green 67 ◦ blue 89

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

Shades of Sherpa Blue #014359

Tints of Sherpa Blue #014359

RGB

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

 GREEN value IS 67 (26.56% from 255) = 42.68%

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

R = 0.64%
G = 42.68%
B = 56.69%

CMYK

 C value IS 0.99

 M value IS 0.25

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#014359 (or 0x014359) is known color: Sherpa Blue. HEX triplet: 01, 43 and 59. RGB value is (1,67,89). Sum of RGB (Red+Green+Blue) = 1+67+89=157 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 157); Green value is 67 (26.56% from 255 or 42.68% from 157); Blue value is 89 (35.16% from 255 or 56.69% from 157); Max value from RGB is 89 - color contains mainly: blue. Hex color #014359 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014359 is #FEBCA6. Grayscale: #313131. Windows color (decimal): -16694439 or 5849857. OLE color: 5849857.

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

Color convert

RGB 1 67 89 -
CMYK 0.99 0.25 0 0.65
HSL 195º 0.98% 0.18% -
HSV(B) 195º 0.99% 0.35% -
XYZ 3.82 4.74 10.17 -
YUV 49.77 150.13 93.21 -
System Red Green Blue C M Y K H S L
Decimal 1 67 89 0.99 0.25 0 0.65 195 0.98 0.18
Hex 1 43 59 63 19 0 41 C3 62 12
Octal 1 103 131 143 31 0 101 303 142 22
Binary 1 1000011 1011001 1100011 11001 0 1000001 11000011 1100010 10010

Color Harmonies of #014359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014359

Black with #014359

Text Example


Text Example

White with #014359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014359; }

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

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

background-color css

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

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

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

border-color css

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

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

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