Html Css Color HEX #013F52 Sherpa Blue

📋 copy color: '#013F52'

red 1 ◦ green 63 ◦ blue 82

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

Shades of Sherpa Blue #013F52

Tints of Sherpa Blue #013F52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 56.16%

R = 0.68%
G = 43.15%
B = 56.16%

CMYK

 C value IS 0.99

 M value IS 0.23

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#013F52 (or 0x013F52) is known color: Sherpa Blue. HEX triplet: 01, 3F and 52. RGB value is (1,63,82). Sum of RGB (Red+Green+Blue) = 1+63+82=146 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 146); Green value is 63 (25% from 255 or 43.15% from 146); Blue value is 82 (32.42% from 255 or 56.16% from 146); Max value from RGB is 82 - color contains mainly: blue. Hex color #013F52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013F52 is #FEC0AD. Grayscale: #2E2E2E. Windows color (decimal): -16695470 or 5390081. OLE color: 5390081.

HSL color Cylindrical-coordinate representation of color #013F52: hue angle of 194.07º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013F52 is Cyan = 0.99, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 1 63 82 -
CMYK 0.99 0.23 0 0.68
HSL 194.07º 0.98% 0.16% -
HSV(B) 194.07º 0.99% 0.32% -
XYZ 3.31 4.17 8.61 -
YUV 46.63 147.96 95.46 -
System Red Green Blue C M Y K H S L
Decimal 1 63 82 0.99 0.23 0 0.68 194.07 0.98 0.16
Hex 1 3F 52 63 17 0 44 C2 62 10
Octal 1 77 122 143 27 0 104 302 142 20
Binary 1 111111 1010010 1100011 10111 0 1000100 11000010 1100010 10000

Color Harmonies of #013F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013F52

Black with #013F52

Text Example


Text Example

White with #013F52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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