Html Css Color HEX #013341 Sherpa Blue

📋 copy color: '#013341'

red 1 ◦ green 51 ◦ blue 65

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

Shades of Sherpa Blue #013341

Tints of Sherpa Blue #013341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 55.56%

R = 0.85%
G = 43.59%
B = 55.56%

CMYK

 C value IS 0.98

 M value IS 0.22

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#013341 (or 0x013341) is known color: Sherpa Blue. HEX triplet: 01, 33 and 41. RGB value is (1,51,65). Sum of RGB (Red+Green+Blue) = 1+51+65=117 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 117); Green value is 51 (20.31% from 255 or 43.59% from 117); Blue value is 65 (25.78% from 255 or 55.56% from 117); Max value from RGB is 65 - color contains mainly: blue. Hex color #013341 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013341 is #FECCBE. Grayscale: #252525. Windows color (decimal): -16698559 or 4272897. OLE color: 4272897.

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

Color convert

RGB 1 51 65 -
CMYK 0.98 0.22 0 0.75
HSL 193.13º 0.97% 0.13% -
HSV(B) 193.13º 0.98% 0.25% -
XYZ 2.15 2.76 5.42 -
YUV 37.65 143.44 101.86 -
System Red Green Blue C M Y K H S L
Decimal 1 51 65 0.98 0.22 0 0.75 193.13 0.97 0.13
Hex 1 33 41 62 16 0 4B C1 61 D
Octal 1 63 101 142 26 0 113 301 141 15
Binary 1 110011 1000001 1100010 10110 0 1001011 11000001 1100001 1101

Color Harmonies of #013341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013341

Black with #013341

Text Example


Text Example

White with #013341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013341; }

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

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

background-color css

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

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

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

border-color css

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

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

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