Html Css Color HEX #013850 Sherpa Blue

📋 copy color: '#013850'

red 1 ◦ green 56 ◦ blue 80

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

Shades of Sherpa Blue #013850

Tints of Sherpa Blue #013850

RGB

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

 GREEN value IS 56 (22.27% from 255) = 40.88%

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

R = 0.73%
G = 40.88%
B = 58.39%

CMYK

 C value IS 0.99

 M value IS 0.30

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#013850 (or 0x013850) is known color: Sherpa Blue. HEX triplet: 01, 38 and 50. RGB value is (1,56,80). Sum of RGB (Red+Green+Blue) = 1+56+80=137 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.73% from 137); Green value is 56 (22.27% from 255 or 40.88% from 137); Blue value is 80 (31.64% from 255 or 58.39% from 137); Max value from RGB is 80 - color contains mainly: blue. Hex color #013850 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013850 is #FEC7AF. Grayscale: #2A2A2A. Windows color (decimal): -16697264 or 5257217. OLE color: 5257217.

HSL color Cylindrical-coordinate representation of color #013850: hue angle of 198.23º 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 #013850 is Cyan = 0.99, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 1 56 80 -
CMYK 0.99 0.30 0 0.69
HSL 198.23º 0.98% 0.16% -
HSV(B) 198.23º 0.99% 0.31% -
XYZ 2.87 3.41 8.1 -
YUV 42.29 149.28 98.55 -
System Red Green Blue C M Y K H S L
Decimal 1 56 80 0.99 0.30 0 0.69 198.23 0.98 0.16
Hex 1 38 50 63 1E 0 45 C6 62 10
Octal 1 70 120 143 36 0 105 306 142 20
Binary 1 111000 1010000 1100011 11110 0 1000101 11000110 1100010 10000

Color Harmonies of #013850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013850

Black with #013850

Text Example


Text Example

White with #013850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013850; }

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

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

background-color css

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

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

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

border-color css

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

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

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