Html Css Color HEX #013950 Sherpa Blue

📋 copy color: '#013950'

red 1 ◦ green 57 ◦ blue 80

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

Shades of Sherpa Blue #013950

Tints of Sherpa Blue #013950

RGB

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

 GREEN value IS 57 (22.66% from 255) = 41.3%

 BLUE value IS 80 (31.64% from 255) = 57.97%

R = 0.72%
G = 41.3%
B = 57.97%

CMYK

 C value IS 0.99

 M value IS 0.29

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#013950 (or 0x013950) is known color: Sherpa Blue. HEX triplet: 01, 39 and 50. RGB value is (1,57,80). Sum of RGB (Red+Green+Blue) = 1+57+80=138 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 138); Green value is 57 (22.66% from 255 or 41.30% from 138); Blue value is 80 (31.64% from 255 or 57.97% from 138); Max value from RGB is 80 - color contains mainly: blue. Hex color #013950 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013950 is #FEC6AF. Grayscale: #2A2A2A. Windows color (decimal): -16697008 or 5257473. OLE color: 5257473.

HSL color Cylindrical-coordinate representation of color #013950: hue angle of 197.47º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013950 is Cyan = 0.99, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 1 57 80 -
CMYK 0.99 0.29 0 0.69
HSL 197.47º 0.98% 0.16% -
HSV(B) 197.47º 0.99% 0.31% -
XYZ 2.92 3.51 8.11 -
YUV 42.88 148.95 98.13 -
System Red Green Blue C M Y K H S L
Decimal 1 57 80 0.99 0.29 0 0.69 197.47 0.98 0.16
Hex 1 39 50 63 1D 0 45 C5 62 10
Octal 1 71 120 143 35 0 105 305 142 20
Binary 1 111001 1010000 1100011 11101 0 1000101 11000101 1100010 10000

Color Harmonies of #013950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013950

Black with #013950

Text Example


Text Example

White with #013950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013950; }

 p { color: rgb(1,57,80); }

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

background-color css

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

 a { background-color: rgb(1,57,80); }

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

border-color css

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

 span { border-color: rgb(1,57,80); }

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