Html Css Color HEX #014560 Sherpa Blue

📋 copy color: '#014560'

red 1 ◦ green 69 ◦ blue 96

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

Shades of Sherpa Blue #014560

Tints of Sherpa Blue #014560

RGB

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

 GREEN value IS 69 (27.34% from 255) = 41.57%

 BLUE value IS 96 (37.89% from 255) = 57.83%

R = 0.6%
G = 41.57%
B = 57.83%

CMYK

 C value IS 0.99

 M value IS 0.28

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#014560 (or 0x014560) is known color: Sherpa Blue. HEX triplet: 01, 45 and 60. RGB value is (1,69,96). Sum of RGB (Red+Green+Blue) = 1+69+96=166 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 166); Green value is 69 (27.34% from 255 or 41.57% from 166); Blue value is 96 (37.89% from 255 or 57.83% from 166); Max value from RGB is 96 - color contains mainly: blue. Hex color #014560 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014560 is #FEBA9F. Grayscale: #333333. Windows color (decimal): -16693920 or 6309121. OLE color: 6309121.

HSL color Cylindrical-coordinate representation of color #014560: hue angle of 197.05º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014560 is Cyan = 0.99, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 1 69 96 -
CMYK 0.99 0.28 0 0.62
HSL 197.05º 0.98% 0.19% -
HSV(B) 197.05º 0.99% 0.38% -
XYZ 4.25 5.11 11.83 -
YUV 51.75 152.97 91.8 -
System Red Green Blue C M Y K H S L
Decimal 1 69 96 0.99 0.28 0 0.62 197.05 0.98 0.19
Hex 1 45 60 63 1C 0 3E C5 62 13
Octal 1 105 140 143 34 0 76 305 142 23
Binary 1 1000101 1100000 1100011 11100 0 111110 11000101 1100010 10011

Color Harmonies of #014560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014560

Black with #014560

Text Example


Text Example

White with #014560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014560; }

 p { color: rgb(1,69,96); }

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

background-color css

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

 a { background-color: rgb(1,69,96); }

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

border-color css

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

 span { border-color: rgb(1,69,96); }

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