Html Css Color HEX #013441 Sherpa Blue

📋 copy color: '#013441'

red 1 ◦ green 52 ◦ blue 65

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

Shades of Sherpa Blue #013441

Tints of Sherpa Blue #013441

RGB

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

 GREEN value IS 52 (20.7% from 255) = 44.07%

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

R = 0.85%
G = 44.07%
B = 55.08%

CMYK

 C value IS 0.98

 M value IS 0.20

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#013441 (or 0x013441) is known color: Sherpa Blue. HEX triplet: 01, 34 and 41. RGB value is (1,52,65). Sum of RGB (Red+Green+Blue) = 1+52+65=118 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 118); Green value is 52 (20.70% from 255 or 44.07% from 118); Blue value is 65 (25.78% from 255 or 55.08% from 118); Max value from RGB is 65 - color contains mainly: blue. Hex color #013441 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013441 is #FECBBE. Grayscale: #262626. Windows color (decimal): -16698303 or 4273153. OLE color: 4273153.

HSL color Cylindrical-coordinate representation of color #013441: hue angle of 192.19º 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 #013441 is Cyan = 0.98, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 1 52 65 -
CMYK 0.98 0.20 0 0.75
HSL 192.19º 0.97% 0.13% -
HSV(B) 192.19º 0.98% 0.25% -
XYZ 2.19 2.84 5.43 -
YUV 38.23 143.1 101.44 -
System Red Green Blue C M Y K H S L
Decimal 1 52 65 0.98 0.20 0 0.75 192.19 0.97 0.13
Hex 1 34 41 62 14 0 4B C0 61 D
Octal 1 64 101 142 24 0 113 300 141 15
Binary 1 110100 1000001 1100010 10100 0 1001011 11000000 1100001 1101

Color Harmonies of #013441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013441

Black with #013441

Text Example


Text Example

White with #013441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013441; }

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

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

background-color css

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

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

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

border-color css

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

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

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