Html Css Color HEX #013F55 Sherpa Blue

📋 copy color: '#013F55'

red 1 ◦ green 63 ◦ blue 85

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

Shades of Sherpa Blue #013F55

Tints of Sherpa Blue #013F55

RGB

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

 GREEN value IS 63 (25% from 255) = 42.28%

 BLUE value IS 85 (33.59% from 255) = 57.05%

R = 0.67%
G = 42.28%
B = 57.05%

CMYK

 C value IS 0.99

 M value IS 0.26

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#013F55 (or 0x013F55) is known color: Sherpa Blue. HEX triplet: 01, 3F and 55. RGB value is (1,63,85). Sum of RGB (Red+Green+Blue) = 1+63+85=149 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 149); Green value is 63 (25% from 255 or 42.28% from 149); Blue value is 85 (33.59% from 255 or 57.05% from 149); Max value from RGB is 85 - color contains mainly: blue. Hex color #013F55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013F55 is #FEC0AA. Grayscale: #2E2E2E. Windows color (decimal): -16695467 or 5586689. OLE color: 5586689.

HSL color Cylindrical-coordinate representation of color #013F55: hue angle of 195.71º 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 #013F55 is Cyan = 0.99, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 1 63 85 -
CMYK 0.99 0.26 0 0.67
HSL 195.71º 0.98% 0.17% -
HSV(B) 195.71º 0.99% 0.33% -
XYZ 3.43 4.22 9.23 -
YUV 46.97 149.46 95.21 -
System Red Green Blue C M Y K H S L
Decimal 1 63 85 0.99 0.26 0 0.67 195.71 0.98 0.17
Hex 1 3F 55 63 1A 0 43 C4 62 11
Octal 1 77 125 143 32 0 103 304 142 21
Binary 1 111111 1010101 1100011 11010 0 1000011 11000100 1100010 10001

Color Harmonies of #013F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013F55

Black with #013F55

Text Example


Text Example

White with #013F55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,63,85); }

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

background-color css

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

 a { background-color: rgb(1,63,85); }

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

border-color css

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

 span { border-color: rgb(1,63,85); }

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