Html Css Color HEX #014055 Sherpa Blue

📋 copy color: '#014055'

red 1 ◦ green 64 ◦ blue 85

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

Shades of Sherpa Blue #014055

Tints of Sherpa Blue #014055

RGB

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

 GREEN value IS 64 (25.39% from 255) = 42.67%

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

R = 0.67%
G = 42.67%
B = 56.67%

CMYK

 C value IS 0.99

 M value IS 0.25

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#014055 (or 0x014055) is known color: Sherpa Blue. HEX triplet: 01, 40 and 55. RGB value is (1,64,85). Sum of RGB (Red+Green+Blue) = 1+64+85=150 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 150); Green value is 64 (25.39% from 255 or 42.67% from 150); Blue value is 85 (33.59% from 255 or 56.67% from 150); Max value from RGB is 85 - color contains mainly: blue. Hex color #014055 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014055 is #FEBFAA. Grayscale: #2F2F2F. Windows color (decimal): -16695211 or 5586945. OLE color: 5586945.

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

Color convert

RGB 1 64 85 -
CMYK 0.99 0.25 0 0.67
HSL 195º 0.98% 0.17% -
HSV(B) 195º 0.99% 0.33% -
XYZ 3.49 4.33 9.25 -
YUV 47.56 149.13 94.79 -
System Red Green Blue C M Y K H S L
Decimal 1 64 85 0.99 0.25 0 0.67 195 0.98 0.17
Hex 1 40 55 63 19 0 43 C3 62 11
Octal 1 100 125 143 31 0 103 303 142 21
Binary 1 1000000 1010101 1100011 11001 0 1000011 11000011 1100010 10001

Color Harmonies of #014055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014055

Black with #014055

Text Example


Text Example

White with #014055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014055; }

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

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

background-color css

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

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

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

border-color css

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

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

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