Html Css Color HEX #013B54 Sherpa Blue

📋 copy color: '#013B54'

red 1 ◦ green 59 ◦ blue 84

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

Shades of Sherpa Blue #013B54

Tints of Sherpa Blue #013B54

RGB

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

 GREEN value IS 59 (23.44% from 255) = 40.97%

 BLUE value IS 84 (33.2% from 255) = 58.33%

R = 0.69%
G = 40.97%
B = 58.33%

CMYK

 C value IS 0.99

 M value IS 0.30

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#013B54 (or 0x013B54) is known color: Sherpa Blue. HEX triplet: 01, 3B and 54. RGB value is (1,59,84). Sum of RGB (Red+Green+Blue) = 1+59+84=144 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 144); Green value is 59 (23.44% from 255 or 40.97% from 144); Blue value is 84 (33.20% from 255 or 58.33% from 144); Max value from RGB is 84 - color contains mainly: blue. Hex color #013B54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013B54 is #FEC4AB. Grayscale: #2C2C2C. Windows color (decimal): -16696492 or 5520129. OLE color: 5520129.

HSL color Cylindrical-coordinate representation of color #013B54: hue angle of 198.07º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013B54 is Cyan = 0.99, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 1 59 84 -
CMYK 0.99 0.30 0 0.67
HSL 198.07º 0.98% 0.17% -
HSV(B) 198.07º 0.99% 0.33% -
XYZ 3.18 3.77 8.95 -
YUV 44.51 150.28 96.97 -
System Red Green Blue C M Y K H S L
Decimal 1 59 84 0.99 0.30 0 0.67 198.07 0.98 0.17
Hex 1 3B 54 63 1E 0 43 C6 62 11
Octal 1 73 124 143 36 0 103 306 142 21
Binary 1 111011 1010100 1100011 11110 0 1000011 11000110 1100010 10001

Color Harmonies of #013B54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013B54

Black with #013B54

Text Example


Text Example

White with #013B54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013B54; }

 p { color: rgb(1,59,84); }

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

background-color css

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

 a { background-color: rgb(1,59,84); }

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

border-color css

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

 span { border-color: rgb(1,59,84); }

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