Html Css Color HEX #013349 Sherpa Blue

📋 copy color: '#013349'

red 1 ◦ green 51 ◦ blue 73

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

Shades of Sherpa Blue #013349

Tints of Sherpa Blue #013349

RGB

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

 GREEN value IS 51 (20.31% from 255) = 40.8%

 BLUE value IS 73 (28.91% from 255) = 58.4%

R = 0.8%
G = 40.8%
B = 58.4%

CMYK

 C value IS 0.99

 M value IS 0.30

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#013349 (or 0x013349) is known color: Sherpa Blue. HEX triplet: 01, 33 and 49. RGB value is (1,51,73). Sum of RGB (Red+Green+Blue) = 1+51+73=125 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.8% from 125); Green value is 51 (20.31% from 255 or 40.8% from 125); Blue value is 73 (28.91% from 255 or 58.4% from 125); Max value from RGB is 73 - color contains mainly: blue. Hex color #013349 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013349 is #FECCB6. Grayscale: #262626. Windows color (decimal): -16698551 or 4797185. OLE color: 4797185.

HSL color Cylindrical-coordinate representation of color #013349: hue angle of 198.33º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013349 is Cyan = 0.99, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 1 51 73 -
CMYK 0.99 0.30 0 0.71
HSL 198.33º 0.97% 0.15% -
HSV(B) 198.33º 0.99% 0.29% -
XYZ 2.4 2.86 6.73 -
YUV 38.56 147.44 101.21 -
System Red Green Blue C M Y K H S L
Decimal 1 51 73 0.99 0.30 0 0.71 198.33 0.97 0.15
Hex 1 33 49 63 1E 0 47 C6 61 F
Octal 1 63 111 143 36 0 107 306 141 17
Binary 1 110011 1001001 1100011 11110 0 1000111 11000110 1100001 1111

Color Harmonies of #013349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013349

Black with #013349

Text Example


Text Example

White with #013349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013349; }

 p { color: rgb(1,51,73); }

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

background-color css

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

 a { background-color: rgb(1,51,73); }

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

border-color css

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

 span { border-color: rgb(1,51,73); }

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