Html Css Color HEX #014357 Sherpa Blue

📋 copy color: '#014357'

red 1 ◦ green 67 ◦ blue 87

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

Shades of Sherpa Blue #014357

Tints of Sherpa Blue #014357

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 56.13%

R = 0.65%
G = 43.23%
B = 56.13%

CMYK

 C value IS 0.99

 M value IS 0.23

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#014357 (or 0x014357) is known color: Sherpa Blue. HEX triplet: 01, 43 and 57. RGB value is (1,67,87). Sum of RGB (Red+Green+Blue) = 1+67+87=155 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 155); Green value is 67 (26.56% from 255 or 43.23% from 155); Blue value is 87 (34.38% from 255 or 56.13% from 155); Max value from RGB is 87 - color contains mainly: blue. Hex color #014357 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014357 is #FEBCA8. Grayscale: #313131. Windows color (decimal): -16694441 or 5718785. OLE color: 5718785.

HSL color Cylindrical-coordinate representation of color #014357: hue angle of 193.95º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014357 is Cyan = 0.99, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 1 67 87 -
CMYK 0.99 0.23 0 0.66
HSL 193.95º 0.98% 0.17% -
HSV(B) 193.95º 0.99% 0.34% -
XYZ 3.74 4.71 9.73 -
YUV 49.55 149.13 93.37 -
System Red Green Blue C M Y K H S L
Decimal 1 67 87 0.99 0.23 0 0.66 193.95 0.98 0.17
Hex 1 43 57 63 17 0 42 C2 62 11
Octal 1 103 127 143 27 0 102 302 142 21
Binary 1 1000011 1010111 1100011 10111 0 1000010 11000010 1100010 10001

Color Harmonies of #014357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014357

Black with #014357

Text Example


Text Example

White with #014357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014357; }

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

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

background-color css

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

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

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

border-color css

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

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

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