Html Css Color HEX #013545 Sherpa Blue

📋 copy color: '#013545'

red 1 ◦ green 53 ◦ blue 69

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

Shades of Sherpa Blue #013545

Tints of Sherpa Blue #013545

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 56.1%

R = 0.81%
G = 43.09%
B = 56.1%

CMYK

 C value IS 0.99

 M value IS 0.23

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#013545 (or 0x013545) is known color: Sherpa Blue. HEX triplet: 01, 35 and 45. RGB value is (1,53,69). Sum of RGB (Red+Green+Blue) = 1+53+69=123 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 123); Green value is 53 (21.09% from 255 or 43.09% from 123); Blue value is 69 (27.34% from 255 or 56.10% from 123); Max value from RGB is 69 - color contains mainly: blue. Hex color #013545 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013545 is #FECABA. Grayscale: #272727. Windows color (decimal): -16698043 or 4535553. OLE color: 4535553.

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

Color convert

RGB 1 53 69 -
CMYK 0.99 0.23 0 0.73
HSL 194.12º 0.97% 0.14% -
HSV(B) 194.12º 0.99% 0.27% -
XYZ 2.36 2.98 6.08 -
YUV 39.28 144.77 100.7 -
System Red Green Blue C M Y K H S L
Decimal 1 53 69 0.99 0.23 0 0.73 194.12 0.97 0.14
Hex 1 35 45 63 17 0 49 C2 61 E
Octal 1 65 105 143 27 0 111 302 141 16
Binary 1 110101 1000101 1100011 10111 0 1001001 11000010 1100001 1110

Color Harmonies of #013545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013545

Black with #013545

Text Example


Text Example

White with #013545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013545; }

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

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

background-color css

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

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

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

border-color css

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

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

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