Html Css Color HEX #013C46 Sherpa Blue

📋 copy color: '#013C46'

red 1 ◦ green 60 ◦ blue 70

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

Shades of Sherpa Blue #013C46

Tints of Sherpa Blue #013C46

RGB

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

 GREEN value IS 60 (23.83% from 255) = 45.8%

 BLUE value IS 70 (27.73% from 255) = 53.44%

R = 0.76%
G = 45.8%
B = 53.44%

CMYK

 C value IS 0.99

 M value IS 0.14

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#013C46 (or 0x013C46) is known color: Sherpa Blue. HEX triplet: 01, 3C and 46. RGB value is (1,60,70). Sum of RGB (Red+Green+Blue) = 1+60+70=131 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 131); Green value is 60 (23.83% from 255 or 45.80% from 131); Blue value is 70 (27.73% from 255 or 53.44% from 131); Max value from RGB is 70 - color contains mainly: blue. Hex color #013C46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013C46 is #FEC3B9. Grayscale: #2B2B2B. Windows color (decimal): -16696250 or 4602881. OLE color: 4602881.

HSL color Cylindrical-coordinate representation of color #013C46: hue angle of 188.7º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013C46 is Cyan = 0.99, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 1 60 70 -
CMYK 0.99 0.14 0 0.73
HSL 188.7º 0.97% 0.14% -
HSV(B) 188.7º 0.99% 0.27% -
XYZ 2.73 3.68 6.36 -
YUV 43.5 142.95 97.69 -
System Red Green Blue C M Y K H S L
Decimal 1 60 70 0.99 0.14 0 0.73 188.7 0.97 0.14
Hex 1 3C 46 63 E 0 49 BD 61 E
Octal 1 74 106 143 16 0 111 275 141 16
Binary 1 111100 1000110 1100011 1110 0 1001001 10111101 1100001 1110

Color Harmonies of #013C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013C46

Black with #013C46

Text Example


Text Example

White with #013C46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,60,70); }

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

background-color css

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

 a { background-color: rgb(1,60,70); }

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

border-color css

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

 span { border-color: rgb(1,60,70); }

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