Html Css Color HEX #013342 Sherpa Blue

📋 copy color: '#013342'

red 1 ◦ green 51 ◦ blue 66

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

Shades of Sherpa Blue #013342

Tints of Sherpa Blue #013342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 55.93%

R = 0.85%
G = 43.22%
B = 55.93%

CMYK

 C value IS 0.98

 M value IS 0.23

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#013342 (or 0x013342) is known color: Sherpa Blue. HEX triplet: 01, 33 and 42. RGB value is (1,51,66). Sum of RGB (Red+Green+Blue) = 1+51+66=118 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 118); Green value is 51 (20.31% from 255 or 43.22% from 118); Blue value is 66 (26.17% from 255 or 55.93% from 118); Max value from RGB is 66 - color contains mainly: blue. Hex color #013342 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013342 is #FECCBD. Grayscale: #252525. Windows color (decimal): -16698558 or 4338433. OLE color: 4338433.

HSL color Cylindrical-coordinate representation of color #013342: hue angle of 193.85º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013342 is Cyan = 0.98, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 1 51 66 -
CMYK 0.98 0.23 0 0.74
HSL 193.85º 0.97% 0.13% -
HSV(B) 193.85º 0.98% 0.26% -
XYZ 2.18 2.77 5.57 -
YUV 37.76 143.94 101.78 -
System Red Green Blue C M Y K H S L
Decimal 1 51 66 0.98 0.23 0 0.74 193.85 0.97 0.13
Hex 1 33 42 62 17 0 4A C2 61 D
Octal 1 63 102 142 27 0 112 302 141 15
Binary 1 110011 1000010 1100010 10111 0 1001010 11000010 1100001 1101

Color Harmonies of #013342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013342

Black with #013342

Text Example


Text Example

White with #013342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013342; }

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

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

background-color css

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

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

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

border-color css

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

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

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