Html Css Color HEX #013544 Sherpa Blue

📋 copy color: '#013544'

red 1 ◦ green 53 ◦ blue 68

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

Shades of Sherpa Blue #013544

Tints of Sherpa Blue #013544

RGB

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

 GREEN value IS 53 (21.09% from 255) = 43.44%

 BLUE value IS 68 (26.95% from 255) = 55.74%

R = 0.82%
G = 43.44%
B = 55.74%

CMYK

 C value IS 0.99

 M value IS 0.22

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#013544 (or 0x013544) is known color: Sherpa Blue. HEX triplet: 01, 35 and 44. RGB value is (1,53,68). Sum of RGB (Red+Green+Blue) = 1+53+68=122 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.82% from 122); Green value is 53 (21.09% from 255 or 43.44% from 122); Blue value is 68 (26.95% from 255 or 55.74% from 122); Max value from RGB is 68 - color contains mainly: blue. Hex color #013544 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013544 is #FECABB. Grayscale: #272727. Windows color (decimal): -16698044 or 4470017. OLE color: 4470017.

HSL color Cylindrical-coordinate representation of color #013544: hue angle of 193.43º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013544 is Cyan = 0.99, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 1 53 68 -
CMYK 0.99 0.22 0 0.73
HSL 193.43º 0.97% 0.14% -
HSV(B) 193.43º 0.99% 0.27% -
XYZ 2.33 2.97 5.92 -
YUV 39.16 144.27 100.78 -
System Red Green Blue C M Y K H S L
Decimal 1 53 68 0.99 0.22 0 0.73 193.43 0.97 0.14
Hex 1 35 44 63 16 0 49 C1 61 E
Octal 1 65 104 143 26 0 111 301 141 16
Binary 1 110101 1000100 1100011 10110 0 1001001 11000001 1100001 1110

Color Harmonies of #013544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013544

Black with #013544

Text Example


Text Example

White with #013544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013544; }

 p { color: rgb(1,53,68); }

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

background-color css

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

 a { background-color: rgb(1,53,68); }

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

border-color css

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

 span { border-color: rgb(1,53,68); }

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