Html Css Color HEX #014355 Sherpa Blue

📋 copy color: '#014355'

red 1 ◦ green 67 ◦ blue 85

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

Shades of Sherpa Blue #014355

Tints of Sherpa Blue #014355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 55.56%

R = 0.65%
G = 43.79%
B = 55.56%

CMYK

 C value IS 0.99

 M value IS 0.21

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#014355 (or 0x014355) is known color: Sherpa Blue. HEX triplet: 01, 43 and 55. RGB value is (1,67,85). Sum of RGB (Red+Green+Blue) = 1+67+85=153 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 153); Green value is 67 (26.56% from 255 or 43.79% from 153); Blue value is 85 (33.59% from 255 or 55.56% from 153); Max value from RGB is 85 - color contains mainly: blue. Hex color #014355 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014355 is #FEBCAA. Grayscale: #313131. Windows color (decimal): -16694443 or 5587713. OLE color: 5587713.

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

Color convert

RGB 1 67 85 -
CMYK 0.99 0.21 0 0.67
HSL 192.86º 0.98% 0.17% -
HSV(B) 192.86º 0.99% 0.33% -
XYZ 3.66 4.68 9.3 -
YUV 49.32 148.13 93.54 -
System Red Green Blue C M Y K H S L
Decimal 1 67 85 0.99 0.21 0 0.67 192.86 0.98 0.17
Hex 1 43 55 63 15 0 43 C1 62 11
Octal 1 103 125 143 25 0 103 301 142 21
Binary 1 1000011 1010101 1100011 10101 0 1000011 11000001 1100010 10001

Color Harmonies of #014355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014355

Black with #014355

Text Example


Text Example

White with #014355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014355; }

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

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

background-color css

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

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

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

border-color css

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

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

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