Html Css Color HEX #014255 Sherpa Blue

📋 copy color: '#014255'

red 1 ◦ green 66 ◦ blue 85

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

Shades of Sherpa Blue #014255

Tints of Sherpa Blue #014255

RGB

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

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

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

R = 0.66%
G = 43.42%
B = 55.92%

CMYK

 C value IS 0.99

 M value IS 0.22

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#014255 (or 0x014255) is known color: Sherpa Blue. HEX triplet: 01, 42 and 55. RGB value is (1,66,85). Sum of RGB (Red+Green+Blue) = 1+66+85=152 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 152); Green value is 66 (26.17% from 255 or 43.42% from 152); Blue value is 85 (33.59% from 255 or 55.92% from 152); Max value from RGB is 85 - color contains mainly: blue. Hex color #014255 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014255 is #FEBDAA. Grayscale: #303030. Windows color (decimal): -16694699 or 5587457. OLE color: 5587457.

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

Color convert

RGB 1 66 85 -
CMYK 0.99 0.22 0 0.67
HSL 193.57º 0.98% 0.17% -
HSV(B) 193.57º 0.99% 0.33% -
XYZ 3.6 4.56 9.28 -
YUV 48.73 148.47 93.96 -
System Red Green Blue C M Y K H S L
Decimal 1 66 85 0.99 0.22 0 0.67 193.57 0.98 0.17
Hex 1 42 55 63 16 0 43 C2 62 11
Octal 1 102 125 143 26 0 103 302 142 21
Binary 1 1000010 1010101 1100011 10110 0 1000011 11000010 1100010 10001

Color Harmonies of #014255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014255

Black with #014255

Text Example


Text Example

White with #014255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014255; }

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

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

background-color css

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

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

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

border-color css

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

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

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