Html Css Color HEX #013346 Sherpa Blue

📋 copy color: '#013346'

red 1 ◦ green 51 ◦ blue 70

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

Shades of Sherpa Blue #013346

Tints of Sherpa Blue #013346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 57.38%

R = 0.82%
G = 41.8%
B = 57.38%

CMYK

 C value IS 0.99

 M value IS 0.27

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#013346 (or 0x013346) is known color: Sherpa Blue. HEX triplet: 01, 33 and 46. RGB value is (1,51,70). Sum of RGB (Red+Green+Blue) = 1+51+70=122 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.82% from 122); Green value is 51 (20.31% from 255 or 41.80% from 122); Blue value is 70 (27.73% from 255 or 57.38% from 122); Max value from RGB is 70 - color contains mainly: blue. Hex color #013346 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013346 is #FECCB9. Grayscale: #262626. Windows color (decimal): -16698554 or 4600577. OLE color: 4600577.

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

Color convert

RGB 1 51 70 -
CMYK 0.99 0.27 0 0.73
HSL 196.52º 0.97% 0.14% -
HSV(B) 196.52º 0.99% 0.27% -
XYZ 2.3 2.82 6.22 -
YUV 38.22 145.94 101.46 -
System Red Green Blue C M Y K H S L
Decimal 1 51 70 0.99 0.27 0 0.73 196.52 0.97 0.14
Hex 1 33 46 63 1B 0 49 C5 61 E
Octal 1 63 106 143 33 0 111 305 141 16
Binary 1 110011 1000110 1100011 11011 0 1001001 11000101 1100001 1110

Color Harmonies of #013346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013346

Black with #013346

Text Example


Text Example

White with #013346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013346; }

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

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

background-color css

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

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

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

border-color css

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

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

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